diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2020-04-07 00:01:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 14:01:11 +1000 |
commit | 0a643be39eb710649560f80c6ce0bc32576813fd (patch) | |
tree | c8636568f352c1e71634d475899740a7f9480ea0 /keyboards/cannonkeys/an_c/config.h | |
parent | 6c8e205fc0e5bc6372f057a257937ec3f88d5b8d (diff) |
Update 072 based CannonKeys boards to rely on core QMK support (#8716)
* Swap CannonKeys 072 boards over to rely on core QMK backlight support
* Rename keymap
* Rename via_tsangan back to via
Diffstat (limited to 'keyboards/cannonkeys/an_c/config.h')
-rw-r--r-- | keyboards/cannonkeys/an_c/config.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/keyboards/cannonkeys/an_c/config.h b/keyboards/cannonkeys/an_c/config.h index fd73aad8b0..0eb1d730f6 100644 --- a/keyboards/cannonkeys/an_c/config.h +++ b/keyboards/cannonkeys/an_c/config.h @@ -33,6 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS { B1, B0, A7, A5, A4 } #define DIODE_DIRECTION COL2ROW +#define BACKLIGHT_PIN A6 +#define BACKLIGHT_PWM_DRIVER PWMD3 +#define BACKLIGHT_PWM_CHANNEL 1 +#define BACKLIGHT_PAL_MODE 1 #define BACKLIGHT_LEVELS 6 #define BACKLIGHT_BREATHING #define BREATHING_PERIOD 6 @@ -52,16 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B15 #define RGBLED_NUM 14 #define WS2812_SPI SPID2 - -// Backlight config starts after VIA's EEPROM usage, -// dynamic keymaps start after this. -#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1 - -// VIA lighting is handled by the keyboard-level code -#define VIA_CUSTOM_LIGHTING_ENABLE - -// Let VIA handle the QMK RGBLIGHT -#define VIA_QMK_RGBLIGHT_ENABLE +#define WS2812_SPI_MOSI_PAL_MODE 0 /* * Feature disable options |