diff options
| author | James Young | 2024-04-15 03:09:46 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 03:09:46 +0200 |
| commit | 130a2a31a66f17969102f95045fa2dcfac84e01d (patch) | |
| tree | ba19981f1d048393b7476575971f754113415251 /keyboards/gray_studio/cod67 | |
| parent | bc8ff28a5841c8b12261bf7e085aaa67757ec5a2 (diff) | |
Data-Driven Keyboard Conversions: G (#23522)
Diffstat (limited to 'keyboards/gray_studio/cod67')
| -rw-r--r-- | keyboards/gray_studio/cod67/info.json | 8 | ||||
| -rw-r--r-- | keyboards/gray_studio/cod67/rules.mk | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/gray_studio/cod67/info.json b/keyboards/gray_studio/cod67/info.json index 653885f963..e3687ce959 100644 --- a/keyboards/gray_studio/cod67/info.json +++ b/keyboards/gray_studio/cod67/info.json @@ -41,6 +41,14 @@ }, "processor": "atmega32u4", "bootloader": "lufa-ms", + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "command": true, + "backlight": true, + "rgblight": true + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/gray_studio/cod67/rules.mk b/keyboards/gray_studio/cod67/rules.mk index c8d3337cb3..e22d524889 100644 --- a/keyboards/gray_studio/cod67/rules.mk +++ b/keyboards/gray_studio/cod67/rules.mk @@ -1,15 +1,2 @@ # This board uses the older unsafe 6k version of lufa-ms BOOTLOADER_SIZE = 6144 - -# 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 = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable RGB underglow -AUDIO_ENABLE = no # Audio output |