diff options
| author | Joel Challis | 2024-04-15 20:19:23 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 20:19:23 +0200 |
| commit | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (patch) | |
| tree | 97b018f9117102d164564b9a7ad6341739cd9c47 /keyboards/v4n4g0rth0n | |
| parent | 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (diff) | |
Migrate build target markers to keyboard.json - TUV (#23514)
Diffstat (limited to 'keyboards/v4n4g0rth0n')
| -rw-r--r-- | keyboards/v4n4g0rth0n/v2/keyboard.json (renamed from keyboards/v4n4g0rth0n/v2/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/v4n4g0rth0n/v2/rules.mk | 13 |
2 files changed, 7 insertions, 13 deletions
diff --git a/keyboards/v4n4g0rth0n/v2/info.json b/keyboards/v4n4g0rth0n/v2/keyboard.json index 6959188be9..c43848178f 100644 --- a/keyboards/v4n4g0rth0n/v2/info.json +++ b/keyboards/v4n4g0rth0n/v2/keyboard.json @@ -2,6 +2,13 @@ "usb": { "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "matrix_pins": { "cols": ["D3", "D2", "D1", "D0", "D5", "F7", "F6", "E6", "F5", "F4", "F1", "B0"], "rows": ["C7", "C6", "B6", "B5", "B7"] diff --git a/keyboards/v4n4g0rth0n/v2/rules.mk b/keyboards/v4n4g0rth0n/v2/rules.mk index 0114504486..cc58820278 100644 --- a/keyboards/v4n4g0rth0n/v2/rules.mk +++ b/keyboards/v4n4g0rth0n/v2/rules.mk @@ -1,14 +1 @@ -# 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 = yes # 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 - ANALOG_DRIVER_REQUIRED = yes |