Browse Source

Tweak my TAPPING_TERM and be more futureproof (#8143)

* Explicitly undef things I override in keymaps

* Reduce TAPPING_TERM back to default
pull/8150/head
Jonathan Rascher 4 years ago
committed by GitHub
parent
commit
1fed214490
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions
  1. +1
    -0
      keyboards/crkbd/keymaps/bcat/config.h
  2. +1
    -0
      keyboards/keebio/quefrency/keymaps/bcat/config.h
  3. +5
    -2
      users/bcat/config.h

+ 1
- 0
keyboards/crkbd/keymaps/bcat/config.h View File

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

+ 1
- 0
keyboards/keebio/quefrency/keymaps/bcat/config.h 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 }

+ 5
- 2
users/bcat/config.h View File

@ -3,10 +3,13 @@
#define TAP_CODE_DELAY 20
/* Extend default tap timeout because I'm too slow. :) */
/*
* Force the default tapping term since some keyboards make it way too short
* (*cough*Lily58*cough*).
*/
#undef TAPPING_TERM
#define TAPPING_TERM 250
#define TAPPING_TERM 200
/*
* Treat mod-tap keys as holds even if the mod-tap key and the key being


Loading…
Cancel
Save