diff options
| author | Joel Challis | 2024-04-13 09:45:27 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-13 09:45:27 +0200 |
| commit | 2eea2cdc46b3e920578ed75c4545a8b5160135bd (patch) | |
| tree | bbc7b12b4b7320f278c1334f066254baff0e52bf /keyboards/gummykey | |
| parent | 8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (diff) | |
Miscellaneous keyboard.json migrations (#23486)
Diffstat (limited to 'keyboards/gummykey')
| -rw-r--r-- | keyboards/gummykey/keyboard.json (renamed from keyboards/gummykey/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/gummykey/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/gummykey/info.json b/keyboards/gummykey/keyboard.json index 1520809502..bb7001438d 100644 --- a/keyboards/gummykey/info.json +++ b/keyboards/gummykey/keyboard.json @@ -3,6 +3,14 @@ "manufacturer": "Gumorr", "url": "https://github.com/gumorr/GummyKey", "maintainer": "Gumorr", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "usb": { "vid": "0xAA12", "pid": "0x0001", diff --git a/keyboards/gummykey/rules.mk b/keyboards/gummykey/rules.mk deleted file mode 100644 index 6e0404820c..0000000000 --- a/keyboards/gummykey/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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |