aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/tmov2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cannonkeys/tmov2/config.h')
-rw-r--r--keyboards/cannonkeys/tmov2/config.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/keyboards/cannonkeys/tmov2/config.h b/keyboards/cannonkeys/tmov2/config.h
index ef8d768f6..c3c07bea1 100644
--- a/keyboards/cannonkeys/tmov2/config.h
+++ b/keyboards/cannonkeys/tmov2/config.h
@@ -33,6 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define MATRIX_ROW_PINS { A10, A9, A8, B12 } 33#define MATRIX_ROW_PINS { A10, A9, A8, B12 }
34#define DIODE_DIRECTION COL2ROW 34#define DIODE_DIRECTION COL2ROW
35 35
36#define BACKLIGHT_PIN A6
37#define BACKLIGHT_PWM_DRIVER PWMD3
38#define BACKLIGHT_PWM_CHANNEL 1
39#define BACKLIGHT_PAL_MODE 1
36#define BACKLIGHT_LEVELS 6 40#define BACKLIGHT_LEVELS 6
37#define BACKLIGHT_BREATHING 41#define BACKLIGHT_BREATHING
38#define BREATHING_PERIOD 6 42#define BREATHING_PERIOD 6
@@ -54,16 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
54#define WS2812_SPI SPID2 58#define WS2812_SPI SPID2
55#define WS2812_SPI_MOSI_PAL_MODE 0 59#define WS2812_SPI_MOSI_PAL_MODE 0
56 60
57// Backlight config starts after VIA's EEPROM usage,
58// dynamic keymaps start after this.
59#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1
60
61// VIA lighting is handled by the keyboard-level code
62#define VIA_CUSTOM_LIGHTING_ENABLE
63
64// Let VIA handle the QMK RGBLIGHT
65#define VIA_QMK_RGBLIGHT_ENABLE
66
67/* 61/*
68 * Feature disable options 62 * Feature disable options
69 * These options are also useful to firmware size reduction. 63 * These options are also useful to firmware size reduction.