diff options
| author | Joel Challis <git@zvecr.com> | 2024-04-15 19:19:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 19:19:23 +0100 |
| commit | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (patch) | |
| tree | 97b018f9117102d164564b9a7ad6341739cd9c47 /keyboards/uzu42 | |
| parent | 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (diff) | |
Migrate build target markers to keyboard.json - TUV (#23514)
Diffstat (limited to 'keyboards/uzu42')
| -rw-r--r-- | keyboards/uzu42/rev1/keyboard.json (renamed from keyboards/uzu42/rev1/info.json) | 7 | ||||
| -rw-r--r-- | keyboards/uzu42/rev1/rev1.c (renamed from keyboards/uzu42/uzu42.c) | 0 | ||||
| -rw-r--r-- | keyboards/uzu42/rev1/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/uzu42/rules.mk | 14 |
4 files changed, 7 insertions, 15 deletions
diff --git a/keyboards/uzu42/rev1/info.json b/keyboards/uzu42/rev1/keyboard.json index c7d6f7159b..71d9f424cc 100644 --- a/keyboards/uzu42/rev1/info.json +++ b/keyboards/uzu42/rev1/keyboard.json | |||
| @@ -8,6 +8,13 @@ | |||
| 8 | "pid": "0x3060", | 8 | "pid": "0x3060", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": false, | ||
| 13 | "extrakey": false, | ||
| 14 | "mousekey": false, | ||
| 15 | "nkro": false, | ||
| 16 | "rgblight": true | ||
| 17 | }, | ||
| 11 | "matrix_pins": { | 18 | "matrix_pins": { |
| 12 | "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], | 19 | "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], |
| 13 | "rows": ["D4", "C6", "D7", "E6"] | 20 | "rows": ["D4", "C6", "D7", "E6"] |
diff --git a/keyboards/uzu42/uzu42.c b/keyboards/uzu42/rev1/rev1.c index 2e4c8ba93e..2e4c8ba93e 100644 --- a/keyboards/uzu42/uzu42.c +++ b/keyboards/uzu42/rev1/rev1.c | |||
diff --git a/keyboards/uzu42/rev1/rules.mk b/keyboards/uzu42/rev1/rules.mk deleted file mode 100644 index 1e3cebb145..0000000000 --- a/keyboards/uzu42/rev1/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
diff --git a/keyboards/uzu42/rules.mk b/keyboards/uzu42/rules.mk index 49b64b1274..277e74b715 100644 --- a/keyboards/uzu42/rules.mk +++ b/keyboards/uzu42/rules.mk | |||
| @@ -1,15 +1 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | AUDIO_ENABLE = no # Audio output | ||
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
| 13 | OLED_ENABLE = no # OLED display | ||
| 14 | |||
| 15 | DEFAULT_FOLDER = uzu42/rev1 | DEFAULT_FOLDER = uzu42/rev1 | |
