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/rev4 | |
| parent | 1d455fc5f30753e9f832aafbfc8ee6e3ce0ad6bf (diff) | |
Data-Driven Keyboard Conversions: M, Part 3 (#23614)
Diffstat (limited to 'keyboards/montsinger/rebound/rev4')
| -rw-r--r-- | keyboards/montsinger/rebound/rev4/info.json | 8 | ||||
| -rw-r--r-- | keyboards/montsinger/rebound/rev4/rules.mk | 14 |
2 files changed, 8 insertions, 14 deletions
diff --git a/keyboards/montsinger/rebound/rev4/info.json b/keyboards/montsinger/rebound/rev4/info.json index 565e56701f..ad17ca423e 100644 --- a/keyboards/montsinger/rebound/rev4/info.json +++ b/keyboards/montsinger/rebound/rev4/info.json @@ -8,6 +8,14 @@ "pid": "0x0001", "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "console": true, + "command": true, + "encoder": true + }, "matrix_pins": { "cols": ["D7", "E6", "B4", "B5", "B2", "B3", "B1"], "rows": ["D1", "D0", "D4", "C6", "F7", "F6", "F5", "F4"] diff --git a/keyboards/montsinger/rebound/rev4/rules.mk b/keyboards/montsinger/rebound/rev4/rules.mk index 643c971d47..4df55cd220 100644 --- a/keyboards/montsinger/rebound/rev4/rules.mk +++ b/keyboards/montsinger/rebound/rev4/rules.mk @@ -1,17 +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 = 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 - # Disable unsupported hardware AUDIO_SUPPORTED = no BACKLIGHT_SUPPORTED = no |