diff options
| author | Joel Challis | 2024-04-13 07:31:34 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-13 07:31:34 +0200 |
| commit | 43a122e050647057dbaa16bc50417b9306e00bcc (patch) | |
| tree | 3afe0ca15bc1bd3d3a6d25aeba8ac1620cd675d5 /keyboards/wolf/ryujin | |
| parent | bbf63a84664282289a10ccf2b7bd4dadde3ed635 (diff) | |
Migrate build target markers to keyboard.json - W (#23511)
Diffstat (limited to 'keyboards/wolf/ryujin')
| -rw-r--r-- | keyboards/wolf/ryujin/keyboard.json (renamed from keyboards/wolf/ryujin/info.json) | 6 | ||||
| -rw-r--r-- | keyboards/wolf/ryujin/rules.mk | 13 |
2 files changed, 6 insertions, 13 deletions
diff --git a/keyboards/wolf/ryujin/info.json b/keyboards/wolf/ryujin/keyboard.json index 1e7702a340..8e72cccd9e 100644 --- a/keyboards/wolf/ryujin/info.json +++ b/keyboards/wolf/ryujin/keyboard.json @@ -8,6 +8,12 @@ "pid": "0x0200", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "extrakey": true, + "mousekey": false, + "nkro": true + }, "matrix_pins": { "cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"], "rows": ["D5", "D3", "D2", "D1", "D0"] diff --git a/keyboards/wolf/ryujin/rules.mk b/keyboards/wolf/ryujin/rules.mk index 67bb629651..3437a35bdf 100644 --- a/keyboards/wolf/ryujin/rules.mk +++ b/keyboards/wolf/ryujin/rules.mk @@ -1,15 +1,2 @@ # Processor frequency F_CPU = 8000000 - -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |