aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-08-26 18:41:32 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit629cfc7f5ebd815231c9e3f969170995db1481c6 (patch)
tree304d39adec9eaddcccdc25be04fbc1e306b22122 /quantum
parent0f596881b36587a298568192078f9b467c51c109 (diff)
downloadfirmware-629cfc7f5ebd815231c9e3f969170995db1481c6.tar.gz
firmware-629cfc7f5ebd815231c9e3f969170995db1481c6.tar.bz2
firmware-629cfc7f5ebd815231c9e3f969170995db1481c6.zip
K-Type refactor (#9864)
* K-Type refactor * Declare QMK in product name again * Hopefully fix matrix scanning * Maybe this time * Partial (literally) RGB Matrix support * Put RGB_MATRIX_ENABLE into rgb keymap for now * Add ifdefs for RGB config * Set layer 1 to actually be layer 1... * Update keyboards/k_type/readme.md * Put all RGB config in keymap for now * Set SDB high? * Before `rgb_matrix_init()` would be best * User level, not keyboard * Combating dropped keys * Nope * Readme for RGB keymap * Remove custom matrix
Diffstat (limited to 'quantum')
-rw-r--r--quantum/config_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index 9b28e8d63..84edc4639 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -218,6 +218,8 @@
# define B15 PAL_LINE(GPIOB, 15)
# define B16 PAL_LINE(GPIOB, 16)
# define B17 PAL_LINE(GPIOB, 17)
+# define B18 PAL_LINE(GPIOB, 18)
+# define B19 PAL_LINE(GPIOB, 19)
# define C0 PAL_LINE(GPIOC, 0)
# define C1 PAL_LINE(GPIOC, 1)
# define C2 PAL_LINE(GPIOC, 2)