diff options
| author | James Young | 2024-04-26 06:41:09 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-26 06:41:09 +0200 |
| commit | 42f61611e8be856c65efa0e9cf56b19fe18c519e (patch) | |
| tree | 6ffa7f1c3d42e5526841a30c9902d71027f51b52 /keyboards/montsinger/rebound/rev3 | |
| parent | 1d455fc5f30753e9f832aafbfc8ee6e3ce0ad6bf (diff) | |
Data-Driven Keyboard Conversions: M, Part 3 (#23614)
Diffstat (limited to 'keyboards/montsinger/rebound/rev3')
| -rw-r--r-- | keyboards/montsinger/rebound/rev3/keyboard.json (renamed from keyboards/montsinger/rebound/rev3/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/montsinger/rebound/rev3/rules.mk | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/montsinger/rebound/rev3/info.json b/keyboards/montsinger/rebound/rev3/keyboard.json index b898407f82..630761b401 100644 --- a/keyboards/montsinger/rebound/rev3/info.json +++ b/keyboards/montsinger/rebound/rev3/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x552F", "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "console": true, + "command": true, + "encoder": true + }, "matrix_pins": { "cols": ["D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "B3", "B1", "F7", "F6"], "rows": ["F4", "F5", "D1", "D0", "B0"] diff --git a/keyboards/montsinger/rebound/rev3/rules.mk b/keyboards/montsinger/rebound/rev3/rules.mk deleted file mode 100644 index f957b56f25..0000000000 --- a/keyboards/montsinger/rebound/rev3/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 = yes # Console for debug -COMMAND_ENABLE = yes # 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 -ENCODER_ENABLE = yes |