diff options
| author | Joel Challis | 2024-03-14 04:56:42 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-14 04:56:42 +0100 |
| commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
| tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/anavi/macropad8 | |
| parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) | |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/anavi/macropad8')
| -rw-r--r-- | keyboards/anavi/macropad8/keyboard.json (renamed from keyboards/anavi/macropad8/info.json) | 11 | ||||
| -rw-r--r-- | keyboards/anavi/macropad8/rules.mk | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/keyboards/anavi/macropad8/info.json b/keyboards/anavi/macropad8/keyboard.json index 63f295069d..d70d3fa047 100644 --- a/keyboards/anavi/macropad8/info.json +++ b/keyboards/anavi/macropad8/keyboard.json @@ -35,6 +35,17 @@ }, "processor": "atmega32u4", "bootloader": "caterina", + "features": { + "backlight": true, + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true, + "oled": true, + "rgblight": true + }, "matrix_pins": { "direct": [ ["D4", "F6", "B5", "E6"], diff --git a/keyboards/anavi/macropad8/rules.mk b/keyboards/anavi/macropad8/rules.mk deleted file mode 100644 index 63d200481c..0000000000 --- a/keyboards/anavi/macropad8/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # 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 = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. -OLED_ENABLE = yes |