diff options
| author | Joel Challis | 2024-03-14 04:56:42 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-14 04:56:42 +0100 |
| commit | 8e5cd981e1cb8580cde65ac99f335b59d65da632 (patch) | |
| tree | 3fe2d43bf0b7db23d0f266759fe82b8f44e8a6c9 /keyboards/axolstudio/yeti | |
| parent | f217cd46577a5014bc8439339ec0a5471febbfda (diff) | |
Migrate features from rules.mk to DD (#23247)
Diffstat (limited to 'keyboards/axolstudio/yeti')
| -rw-r--r-- | keyboards/axolstudio/yeti/soldered/keyboard.json (renamed from keyboards/axolstudio/yeti/soldered/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/axolstudio/yeti/soldered/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/axolstudio/yeti/soldered/info.json b/keyboards/axolstudio/yeti/soldered/keyboard.json index a2b3097716..9edb808330 100644 --- a/keyboards/axolstudio/yeti/soldered/info.json +++ b/keyboards/axolstudio/yeti/soldered/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x9F9F", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": false + }, "matrix_pins": { "cols": ["F6", "F5", "F4", "F1", "F0", "F7", "D7", "D6", "D4", "B3", "B7", "D0", "D1", "D2", "D3", "D5"], "rows": ["C7", "C6", "B6", "B5", "B4"] diff --git a/keyboards/axolstudio/yeti/soldered/rules.mk b/keyboards/axolstudio/yeti/soldered/rules.mk deleted file mode 100644 index 6fe874e748..0000000000 --- a/keyboards/axolstudio/yeti/soldered/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 |