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/handwired/brain | |
| parent | 8ad3a36fb60d75b5f0279f0cd4d9c24dde6b6330 (diff) | |
Miscellaneous keyboard.json migrations (#23486)
Diffstat (limited to 'keyboards/handwired/brain')
| -rw-r--r-- | keyboards/handwired/brain/keyboard.json (renamed from keyboards/handwired/brain/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/handwired/brain/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/handwired/brain/info.json b/keyboards/handwired/brain/keyboard.json index 01ec6602b7..e9093711d0 100644 --- a/keyboards/handwired/brain/info.json +++ b/keyboards/handwired/brain/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": false + }, "matrix_pins": { "cols": ["D1", "D4", "C6", "D7", "E6", "B4", "B5"], "rows": ["F4", "F5", "F6", "F7", "B1"] diff --git a/keyboards/handwired/brain/rules.mk b/keyboards/handwired/brain/rules.mk deleted file mode 100644 index 6fe874e748..0000000000 --- a/keyboards/handwired/brain/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 = 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 |