Tweak my TAPPING_TERM and be more futureproof (#8143)

* Explicitly undef things I override in keymaps

* Reduce TAPPING_TERM back to default
This commit is contained in:
Jonathan Rascher
2020-02-10 21:11:09 -06:00
committed by GitHub
parent f4c1e066ba
commit 1fed214490
3 changed files with 7 additions and 2 deletions

View File

@@ -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 }