diff options
| author | James Young | 2024-04-22 02:54:11 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-22 02:54:11 +0200 |
| commit | 191f62688079d644fe7ac471b2725e79e4d87f48 (patch) | |
| tree | 57338b1f041492772bab4f830c4ec754d9d2c49a /keyboards/keebio/iris/rev2 | |
| parent | 69f96e1411bc786c49ef3de83d18d8bd226fd8ea (diff) | |
Data-Driven Keyboard Conversions: K, Part 3 (#23566)
Diffstat (limited to 'keyboards/keebio/iris/rev2')
| -rw-r--r-- | keyboards/keebio/iris/rev2/keyboard.json (renamed from keyboards/keebio/iris/rev2/info.json) | 11 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev2/rules.mk | 14 |
2 files changed, 11 insertions, 14 deletions
diff --git a/keyboards/keebio/iris/rev2/info.json b/keyboards/keebio/iris/rev2/keyboard.json index bbd6f97cf4..fafa9ba924 100644 --- a/keyboards/keebio/iris/rev2/info.json +++ b/keyboards/keebio/iris/rev2/keyboard.json @@ -38,6 +38,17 @@ }, "processor": "atmega32u4", "bootloader": "caterina", + "features": { + "bootmagic": false, + "mousekey": false, + "extrakey": true, + "console": true, + "backlight": true, + "rgblight": true + }, + "build": { + "lto": true + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/keebio/iris/rev2/rules.mk b/keyboards/keebio/iris/rev2/rules.mk deleted file mode 100644 index d7e69407a2..0000000000 --- a/keyboards/keebio/iris/rev2/rules.mk +++ /dev/null @@ -1,14 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. - -LTO_ENABLE = yes
\ No newline at end of file |