diff options
| author | Wilba <Jason.S.Williams@gmail.com> | 2020-01-21 05:18:25 +1100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-20 10:18:25 -0800 |
| commit | 484a9b12bc3961fc0dd9481d3cb734959db42191 (patch) | |
| tree | ca2e4219b6514c1033be3ab3a975bd24f723f2ba /keyboards/cannonkeys/tmov2 | |
| parent | ce81c4f89b61560ee35436b351b27fd23568c32f (diff) | |
| download | qmk_firmware-484a9b12bc3961fc0dd9481d3cb734959db42191.tar.gz qmk_firmware-484a9b12bc3961fc0dd9481d3cb734959db42191.zip | |
Add VIA support for QMK backlight, QMK RGBLight (#7911)
* Add VIA support for QMK backlight, QMK RGBLight
* clang-format changes
Diffstat (limited to 'keyboards/cannonkeys/tmov2')
| -rw-r--r-- | keyboards/cannonkeys/tmov2/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/tmov2/config.h b/keyboards/cannonkeys/tmov2/config.h index d5f1d0788..159382fbc 100644 --- a/keyboards/cannonkeys/tmov2/config.h +++ b/keyboards/cannonkeys/tmov2/config.h | |||
| @@ -62,6 +62,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | // dynamic keymaps start after this. | 62 | // dynamic keymaps start after this. |
| 63 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1 | 63 | #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1 |
| 64 | 64 | ||
| 65 | // VIA lighting is handled by the keyboard-level code | ||
| 66 | #define VIA_CUSTOM_LIGHTING_ENABLE | ||
| 67 | |||
| 68 | // Let VIA handle the QMK RGBLIGHT | ||
| 69 | #define VIA_QMK_RGBLIGHT_ENABLE | ||
| 70 | |||
| 65 | /* | 71 | /* |
| 66 | * Feature disable options | 72 | * Feature disable options |
| 67 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
