diff options
| author | Joel Challis | 2024-04-25 09:42:48 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-25 09:42:48 +0200 |
| commit | 3d83b3e7c5dc18b77d82798fdad9d7552487cfe4 (patch) | |
| tree | 8c96d1c4fd2fae989b1861e68bc1d3487a25787b /keyboards/yushakobo/quick17 | |
| parent | b6d5cfe5751f9dba6d06b9fce110ed8c6160576c (diff) | |
Migrate build target markers to keyboard.json - Misc (#23609)
Diffstat (limited to 'keyboards/yushakobo/quick17')
| -rw-r--r-- | keyboards/yushakobo/quick17/keyboard.json (renamed from keyboards/yushakobo/quick17/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/yushakobo/quick17/rules.mk | 15 |
2 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/yushakobo/quick17/info.json b/keyboards/yushakobo/quick17/keyboard.json index 51c41a6e82..aa0d39756d 100644 --- a/keyboards/yushakobo/quick17/info.json +++ b/keyboards/yushakobo/quick17/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x0006", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": false, + "rgb_matrix": true + }, "rgb_matrix": { "driver": "ws2812", "max_brightness": 150, diff --git a/keyboards/yushakobo/quick17/rules.mk b/keyboards/yushakobo/quick17/rules.mk index 70ab5e2744..083da9448c 100644 --- a/keyboards/yushakobo/quick17/rules.mk +++ b/keyboards/yushakobo/quick17/rules.mk @@ -1,18 +1,3 @@ -# 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 -ENCODER_ENABLE = yes - -RGB_MATRIX_ENABLE = yes RGB_MATRIX_CUSTOM_KB = yes SRC += quick17_prefs.c |