summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2020-02-10 21:11:09 -0600
committerGitHub <noreply@github.com>2020-02-11 03:11:09 +0000
commit1fed214490e00e83b958a239c7cb97e98eec763b (patch)
treeb038c1ab7605a2aa584d4c699b39addcac75c2b8 /keyboards
parentf4c1e066ba4064bf2c20c9ced84fd11aa1c274ae (diff)
Tweak my TAPPING_TERM and be more futureproof (#8143)
* Explicitly undef things I override in keymaps * Reduce TAPPING_TERM back to default
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/crkbd/keymaps/bcat/config.h1
-rw-r--r--keyboards/keebio/quefrency/keymaps/bcat/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/bcat/config.h b/keyboards/crkbd/keymaps/bcat/config.h
index fd5fce5421..65e7a80523 100644
--- a/keyboards/crkbd/keymaps/bcat/config.h
+++ b/keyboards/crkbd/keymaps/bcat/config.h
@@ -3,4 +3,5 @@
#define EE_HANDS
/* Limit max RGB LED current to avoid tripping controller fuse. */
+#undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
diff --git a/keyboards/keebio/quefrency/keymaps/bcat/config.h b/keyboards/keebio/quefrency/keymaps/bcat/config.h
index 071856f10b..34387f2dd0 100644
--- a/keyboards/keebio/quefrency/keymaps/bcat/config.h
+++ b/keyboards/keebio/quefrency/keymaps/bcat/config.h
@@ -13,4 +13,5 @@
#define RGBLED_NUM 17
/* Set up RGB lighting so it works with either side as master. */
+#undef RGBLED_SPLIT
#define RGBLED_SPLIT { 8, 9 }