diff options
author | Joel Challis <git@zvecr.com> | 2024-03-15 01:42:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 01:42:55 +0000 |
commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/exclusive/e6_rgb | |
parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/exclusive/e6_rgb')
-rw-r--r-- | keyboards/exclusive/e6_rgb/keyboard.json (renamed from keyboards/exclusive/e6_rgb/info.json) | 9 | ||||
-rw-r--r-- | keyboards/exclusive/e6_rgb/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/exclusive/e6_rgb/info.json b/keyboards/exclusive/e6_rgb/keyboard.json index 3b833c3a97..36c186584f 100644 --- a/keyboards/exclusive/e6_rgb/info.json +++ b/keyboards/exclusive/e6_rgb/keyboard.json @@ -11,6 +11,15 @@ "rgb_matrix": { "driver": "is31fl3733" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": true, + "rgblight": true + }, "matrix_pins": { "cols": ["D7", "B4", "B5", "B6", "C6", "C7", "F7", "F0", "B0", "B1", "D2", "D3", "B3", "B2"], "rows": ["F1", "F4", "F5", "F6", "D6"] diff --git a/keyboards/exclusive/e6_rgb/rules.mk b/keyboards/exclusive/e6_rgb/rules.mk deleted file mode 100644 index 0bdf20535c..0000000000 --- a/keyboards/exclusive/e6_rgb/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 -RGB_MATRIX_ENABLE = no # Use RGB matrix |