diff options
| author | James Young | 2024-04-27 04:17:40 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 04:17:40 +0200 |
| commit | 0ab77cf2e5b8edd78d3ad7bba0f0326bf934ab39 (patch) | |
| tree | 123d357550e6d48c0ea355cea0184247a6ccf6fd /keyboards/mechstudio | |
| parent | 82f7e7d7fec52824fa819241a4905240743c98c1 (diff) | |
Data-Driven Keyboard Conversions: M, Part 2 (#23601)
Diffstat (limited to 'keyboards/mechstudio')
| -rw-r--r-- | keyboards/mechstudio/ud_40_ortho/info.json | 6 | ||||
| -rw-r--r-- | keyboards/mechstudio/ud_40_ortho/rules.mk | 13 |
2 files changed, 6 insertions, 13 deletions
diff --git a/keyboards/mechstudio/ud_40_ortho/info.json b/keyboards/mechstudio/ud_40_ortho/info.json index 6b301e69e4..31955239f5 100644 --- a/keyboards/mechstudio/ud_40_ortho/info.json +++ b/keyboards/mechstudio/ud_40_ortho/info.json @@ -8,6 +8,12 @@ "pid": "0x0002", "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "rgblight": true + }, "matrix_pins": { "cols": ["C5", "D0", "B3", "B2", "B1", "B0", "D6", "D5", "D4", "D3", "D2", "D1"], "rows": ["C2", "B4", "B5", "B6"] diff --git a/keyboards/mechstudio/ud_40_ortho/rules.mk b/keyboards/mechstudio/ud_40_ortho/rules.mk index 585ce414dc..4df55cd220 100644 --- a/keyboards/mechstudio/ud_40_ortho/rules.mk +++ b/keyboards/mechstudio/ud_40_ortho/rules.mk @@ -1,16 +1,3 @@ -# 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 = 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 = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - # Disable unsupported hardware AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no |