diff options
| author | Joel Challis | 2024-03-15 23:24:00 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:24:00 +0100 |
| commit | 1a903372846f24028431d20bc25e64b4da69da27 (patch) | |
| tree | d628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/rotr | |
| parent | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff) | |
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/rotr')
| -rw-r--r-- | keyboards/rotr/keyboard.json (renamed from keyboards/rotr/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/rotr/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/rotr/info.json b/keyboards/rotr/keyboard.json index 0b9ce15de3..24694e93f8 100644 --- a/keyboards/rotr/info.json +++ b/keyboards/rotr/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": true + }, "matrix_pins": { "cols": ["D1", "D0", "D4"], "rows": ["E6"] diff --git a/keyboards/rotr/rules.mk b/keyboards/rotr/rules.mk deleted file mode 100644 index ba4c520f3a..0000000000 --- a/keyboards/rotr/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes # Enables Rotary Encoder support |