diff options
| author | Wilba | 2020-01-20 19:18:25 +0100 |
|---|---|---|
| committer | MechMerlin | 2020-01-20 19:18:25 +0100 |
| commit | 484a9b12bc3961fc0dd9481d3cb734959db42191 (patch) | |
| tree | ca2e4219b6514c1033be3ab3a975bd24f723f2ba /keyboards/xelus | |
| parent | ce81c4f89b61560ee35436b351b27fd23568c32f (diff) | |
Add VIA support for QMK backlight, QMK RGBLight (#7911)
* Add VIA support for QMK backlight, QMK RGBLight
* clang-format changes
Diffstat (limited to 'keyboards/xelus')
| -rw-r--r-- | keyboards/xelus/dawn60/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/xelus/dawn60/config.h b/keyboards/xelus/dawn60/config.h index 7691bb301f..59eb828fa6 100644 --- a/keyboards/xelus/dawn60/config.h +++ b/keyboards/xelus/dawn60/config.h @@ -140,3 +140,6 @@ // Backlight config starts after VIA's EEPROM usage, // dynamic keymaps start after this. #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 + +// VIA lighting is handled by the keyboard-level code +#define VIA_CUSTOM_LIGHTING_ENABLE |