diff options
| author | James Young | 2024-04-13 07:33:49 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-13 07:33:49 +0200 |
| commit | 8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (patch) | |
| tree | 161e97f48783e4e210449e42ae00f06612759096 /keyboards/dumbo | |
| parent | 43a122e050647057dbaa16bc50417b9306e00bcc (diff) | |
Data-Driven Keyboard Conversions: D (#23461)
Diffstat (limited to 'keyboards/dumbo')
| -rw-r--r-- | keyboards/dumbo/keyboard.json (renamed from keyboards/dumbo/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/dumbo/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/dumbo/info.json b/keyboards/dumbo/keyboard.json index ddcab98dd3..84993a6b6d 100644 --- a/keyboards/dumbo/info.json +++ b/keyboards/dumbo/keyboard.json @@ -33,6 +33,14 @@ }, "processor": "atmega32u4", "bootloader": "caterina", + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true + }, + "build": { + "lto": true + }, "layouts": { "LAYOUT_split_3x6_4": { "layout": [ diff --git a/keyboards/dumbo/rules.mk b/keyboards/dumbo/rules.mk deleted file mode 100644 index a64aa6f849..0000000000 --- a/keyboards/dumbo/rules.mk +++ /dev/null @@ -1,12 +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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -LTO_ENABLE = yes |