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:
@@ -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
|
||||
|
@@ -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 }
|
||||
|
Reference in New Issue
Block a user