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/yoichiro | |
| parent | 9fa91ad4947293f75df4c0e85ea594b1529afbca (diff) | |
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/yoichiro')
| -rw-r--r-- | keyboards/yoichiro/lunakey_mini/keyboard.json (renamed from keyboards/yoichiro/lunakey_mini/info.json) | 5 | ||||
| -rw-r--r-- | keyboards/yoichiro/lunakey_mini/rules.mk | 13 | ||||
| -rw-r--r-- | keyboards/yoichiro/lunakey_pico/keyboard.json (renamed from keyboards/yoichiro/lunakey_pico/info.json) | 0 |
3 files changed, 5 insertions, 13 deletions
diff --git a/keyboards/yoichiro/lunakey_mini/info.json b/keyboards/yoichiro/lunakey_mini/keyboard.json index aa00e7e69e..5fbf6c8fbc 100644 --- a/keyboards/yoichiro/lunakey_mini/info.json +++ b/keyboards/yoichiro/lunakey_mini/keyboard.json @@ -8,12 +8,17 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "extrakey": true + }, "matrix_pins": { "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], "rows": ["D4", "D7", "E6", "B4"] }, "diode_direction": "COL2ROW", "split": { + "enabled": true, "soft_serial_pin": "D2" }, "rgblight": { diff --git a/keyboards/yoichiro/lunakey_mini/rules.mk b/keyboards/yoichiro/lunakey_mini/rules.mk deleted file mode 100644 index 6188406cde..0000000000 --- a/keyboards/yoichiro/lunakey_mini/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 -SPLIT_KEYBOARD = yes # Enable Split keyboard diff --git a/keyboards/yoichiro/lunakey_pico/info.json b/keyboards/yoichiro/lunakey_pico/keyboard.json index d80aaf0612..d80aaf0612 100644 --- a/keyboards/yoichiro/lunakey_pico/info.json +++ b/keyboards/yoichiro/lunakey_pico/keyboard.json |