diff options
author | Joel Challis <git@zvecr.com> | 2024-03-14 03:56:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 03:56:42 +0000 |
commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/botanicalkeyboards | |
parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/botanicalkeyboards')
-rw-r--r-- | keyboards/botanicalkeyboards/fm2u/keyboard.json (renamed from keyboards/botanicalkeyboards/fm2u/info.json) | 8 | ||||
-rw-r--r-- | keyboards/botanicalkeyboards/fm2u/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/botanicalkeyboards/fm2u/info.json b/keyboards/botanicalkeyboards/fm2u/keyboard.json index 3f9009625d..907d5d46b8 100644 --- a/keyboards/botanicalkeyboards/fm2u/info.json +++ b/keyboards/botanicalkeyboards/fm2u/keyboard.json @@ -10,6 +10,14 @@ }, "processor": "atmega32u2", "bootloader": "atmel-dfu", + "features": { + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": false, + "nkro": false + }, "matrix_pins": { "direct": [ ["C4"] diff --git a/keyboards/botanicalkeyboards/fm2u/rules.mk b/keyboards/botanicalkeyboards/fm2u/rules.mk deleted file mode 100644 index 6ff9b4e02b..0000000000 --- a/keyboards/botanicalkeyboards/fm2u/rules.mk +++ /dev/null @@ -1,12 +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 = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |