summaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/phoebe/config.h
diff options
context:
space:
mode:
authorMax Rumpf <max.rumpf1998@gmail.com>2020-05-16 08:43:10 +0200
committerGitHub <noreply@github.com>2020-05-15 23:43:10 -0700
commitd89e552419822c565805bd95b992b8e7dfdf47d9 (patch)
treeb3e930a3cb764cb571c5185e73a513bafc95a323 /keyboards/maxr1998/phoebe/config.h
parent9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5 (diff)
[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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/maxr1998/phoebe/config.h b/keyboards/maxr1998/phoebe/config.h
index 2be26c6fdb..e530bc46ef 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.