diff options
author | Joel Challis <git@zvecr.com> | 2024-03-15 22:24:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 22:24:00 +0000 |
commit | 1a903372846f24028431d20bc25e64b4da69da27 (patch) | |
tree | d628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/ortho5by12 | |
parent | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff) |
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/ortho5by12')
-rw-r--r-- | keyboards/ortho5by12/keyboard.json (renamed from keyboards/ortho5by12/info.json) | 8 | ||||
-rw-r--r-- | keyboards/ortho5by12/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/ortho5by12/info.json b/keyboards/ortho5by12/keyboard.json index a107275b18..c45788ba2f 100644 --- a/keyboards/ortho5by12/info.json +++ b/keyboards/ortho5by12/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x27DB", "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": false + }, "matrix_pins": { "cols": ["C2", "D0", "D1", "D4", "C3", "C1"], "rows": ["B5", "B1", "B2", "B3", "B4", "C0", "D5", "D6", "D7", "B0"] diff --git a/keyboards/ortho5by12/rules.mk b/keyboards/ortho5by12/rules.mk deleted file mode 100644 index 6fe874e748..0000000000 --- a/keyboards/ortho5by12/rules.mk +++ /dev/null @@ -1,12 +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 |