diff options
| author | James Young | 2024-04-20 10:20:16 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-20 10:20:16 +0200 |
| commit | 7b96e54e8c7e5d6aa105ea1d9d95875e4c9ce4b6 (patch) | |
| tree | 26c3af729e04175c3ec465f7f1f726340021075a /keyboards/kprepublic/bm60hsrgb_iso | |
| parent | 5936a96620fb8346114bfbccc4edf2ea74c51cb3 (diff) | |
Data-Driven Keyboard Conversions: K, Part 5 (#23569)
Diffstat (limited to 'keyboards/kprepublic/bm60hsrgb_iso')
| -rw-r--r-- | keyboards/kprepublic/bm60hsrgb_iso/rev2/info.json | 10 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60hsrgb_iso/rev2/rules.mk | 17 |
2 files changed, 10 insertions, 17 deletions
diff --git a/keyboards/kprepublic/bm60hsrgb_iso/rev2/info.json b/keyboards/kprepublic/bm60hsrgb_iso/rev2/info.json index 111534b0f8..e84817122e 100644 --- a/keyboards/kprepublic/bm60hsrgb_iso/rev2/info.json +++ b/keyboards/kprepublic/bm60hsrgb_iso/rev2/info.json @@ -91,6 +91,16 @@ "diode_direction": "ROW2COL", "processor": "atmega32u4", "bootloader": "atmel-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true, + "rgb_matrix": true + }, + "build": { + "lto": true + }, "debounce": 3, "layouts": { "LAYOUT_60_iso_arrow": { diff --git a/keyboards/kprepublic/bm60hsrgb_iso/rev2/rules.mk b/keyboards/kprepublic/bm60hsrgb_iso/rev2/rules.mk index d84cbc0bf1..7012deda8c 100644 --- a/keyboards/kprepublic/bm60hsrgb_iso/rev2/rules.mk +++ b/keyboards/kprepublic/bm60hsrgb_iso/rev2/rules.mk @@ -1,20 +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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -LTO_ENABLE = yes - - -# RGB Matrix is required to support per-key LEDs connected to IS31FL3733. -RGB_MATRIX_ENABLE = yes - # The custom RGB Matrix driver combines IS31FL3733 and WS2812; things that are # normally done by common_features.mk for both of these drivers need to be done # here manually. |