diff options
| author | Joel Challis | 2024-03-15 02:42:55 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:55 +0100 |
| commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
| tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/hp69 | |
| parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) | |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/hp69')
| -rw-r--r-- | keyboards/hp69/keyboard.json (renamed from keyboards/hp69/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/hp69/rules.mk | 12 |
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/hp69/info.json b/keyboards/hp69/keyboard.json index e852321e89..83ed922a27 100644 --- a/keyboards/hp69/info.json +++ b/keyboards/hp69/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x0001", "device_version": "0.1.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgblight": true + }, "matrix_pins": { "cols": ["B12", "B15", "B10", "B13", "B14", "B11", "B8", "A0", "A1", "B5", "B0", "B2", "B6", "B1", "B4"], "rows": ["B3", "B7", "A10", "B9", "A9"] diff --git a/keyboards/hp69/rules.mk b/keyboards/hp69/rules.mk deleted file mode 100644 index b851d0ab39..0000000000 --- a/keyboards/hp69/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |