diff options
| author | Joel Challis | 2024-04-05 16:44:06 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-05 16:44:06 +0200 |
| commit | 1f3d709fcb22dd922369fa434813531fed3748ab (patch) | |
| tree | ea88c1c7b2270bfd25b50e5d5da34628a85d427a /keyboards/yandrstudio/nz67v2 | |
| parent | 9fa91ad4947293f75df4c0e85ea594b1529afbca (diff) | |
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/yandrstudio/nz67v2')
| -rw-r--r-- | keyboards/yandrstudio/nz67v2/keyboard.json (renamed from keyboards/yandrstudio/nz67v2/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/yandrstudio/nz67v2/rules.mk | 15 |
2 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/yandrstudio/nz67v2/info.json b/keyboards/yandrstudio/nz67v2/keyboard.json index 372330eb68..fc931f3427 100644 --- a/keyboards/yandrstudio/nz67v2/info.json +++ b/keyboards/yandrstudio/nz67v2/keyboard.json @@ -6,6 +6,14 @@ "pid": "0xAA83", "device_version": "1.0.0" }, + "features": { + "bootmagic": true, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgb_matrix": true + }, "ws2812": { "pin": "B5", "driver": "pwm" diff --git a/keyboards/yandrstudio/nz67v2/rules.mk b/keyboards/yandrstudio/nz67v2/rules.mk index ba2d7ccbc3..04fe1eba2a 100644 --- a/keyboards/yandrstudio/nz67v2/rules.mk +++ b/keyboards/yandrstudio/nz67v2/rules.mk @@ -1,17 +1,2 @@ # Wildcard to allow APM32 MCU DFU_SUFFIX_ARGS = -p FFFF -v FFFF - -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality -ENCODER_ENABLE = yes # Rotary encoder support |