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/yosino58 | |
| parent | 9fa91ad4947293f75df4c0e85ea594b1529afbca (diff) | |
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/yosino58')
| -rw-r--r-- | keyboards/yosino58/rev1/keyboard.json (renamed from keyboards/yosino58/rev1/info.json) | 1 | ||||
| -rw-r--r-- | keyboards/yosino58/rev1/rules.mk | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/yosino58/rev1/info.json b/keyboards/yosino58/rev1/keyboard.json index c0dc03831f..2e50450a27 100644 --- a/keyboards/yosino58/rev1/info.json +++ b/keyboards/yosino58/rev1/keyboard.json @@ -14,6 +14,7 @@ }, "diode_direction": "COL2ROW", "split": { + "enabled": true, "soft_serial_pin": "D2" }, "rgblight": { diff --git a/keyboards/yosino58/rev1/rules.mk b/keyboards/yosino58/rev1/rules.mk deleted file mode 100644 index 2fcc81da0f..0000000000 --- a/keyboards/yosino58/rev1/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # 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 -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. -SPLIT_KEYBOARD = yes |