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/wavelet | |
| parent | 69f96e1411bc786c49ef3de83d18d8bd226fd8ea (diff) | |
Data-Driven Keyboard Conversions: K, Part 3 (#23566)
Diffstat (limited to 'keyboards/keebio/wavelet')
| -rw-r--r-- | keyboards/keebio/wavelet/info.json | 8 | ||||
| -rw-r--r-- | keyboards/keebio/wavelet/rules.mk | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/keebio/wavelet/info.json b/keyboards/keebio/wavelet/info.json index 3b88fcdd77..7c87bcf476 100644 --- a/keyboards/keebio/wavelet/info.json +++ b/keyboards/keebio/wavelet/info.json @@ -25,6 +25,14 @@ }, "processor": "atmega32u4", "bootloader": "caterina", + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "command": true, + "backlight": true, + "rgblight": true + }, "community_layouts": ["ortho_4x12"], "layout_aliases": { "LAYOUT_ortho_4x12": "LAYOUT" diff --git a/keyboards/keebio/wavelet/rules.mk b/keyboards/keebio/wavelet/rules.mk index 74f0e0d566..271780b75e 100644 --- a/keyboards/keebio/wavelet/rules.mk +++ b/keyboards/keebio/wavelet/rules.mk @@ -1,15 +1,2 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # 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. - # Disable unsupported hardware AUDIO_SUPPORTED = no |