diff options
author | Max Rumpf <max.rumpf1998@gmail.com> | 2020-05-16 08:43:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 23:43:10 -0700 |
commit | d89e552419822c565805bd95b992b8e7dfdf47d9 (patch) | |
tree | b3e930a3cb764cb571c5185e73a513bafc95a323 /keyboards/maxr1998/phoebe/config.h | |
parent | 9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5 (diff) | |
download | qmk_firmware-d89e552419822c565805bd95b992b8e7dfdf47d9.tar.gz |
[Phoebe] Keymap improvements (#9092)
Enable leader key with some useful macros, use fancier design for keymap previews in code, other smaller tweaks
Diffstat (limited to 'keyboards/maxr1998/phoebe/config.h')
-rw-r--r-- | keyboards/maxr1998/phoebe/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/maxr1998/phoebe/config.h b/keyboards/maxr1998/phoebe/config.h index 2be26c6fd..e530bc46e 100644 --- a/keyboards/maxr1998/phoebe/config.h +++ b/keyboards/maxr1998/phoebe/config.h @@ -57,6 +57,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_CHRISTMAS #define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1 +/* Leader key setup */ +#define LEADER_PER_KEY_TIMING +#define LEADER_TIMEOUT 250 + /* * Feature disable options * These options are also useful to firmware size reduction. |