summaryrefslogtreecommitdiffstats
path: root/keyboards/moonlander/keymaps/drashna/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
committerQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
commite869d089b74ba7b1f9dba4b97470dc3f282f7861 (patch)
tree8802bd15d23b60234df331b280be6749271ad7bb /keyboards/moonlander/keymaps/drashna/config.h
parentf663f84413c34b239affe08cae96e0d504d2f844 (diff)
parentcda343acbe45826225edac75eaa63216bf76d874 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/moonlander/keymaps/drashna/config.h')
-rw-r--r--keyboards/moonlander/keymaps/drashna/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/moonlander/keymaps/drashna/config.h b/keyboards/moonlander/keymaps/drashna/config.h
index e022722fec..153007eb09 100644
--- a/keyboards/moonlander/keymaps/drashna/config.h
+++ b/keyboards/moonlander/keymaps/drashna/config.h
@@ -18,5 +18,10 @@
#pragma once
#define TAPPING_TERM_PER_KEY
-#define WAIT_FOR_USB
+// #define WAIT_FOR_USB
// #define NO_USB_STARTUP_CHECK
+
+#define SECURE_UNLOCK_SEQUENCE \
+ { \
+ { 2, 1 }, { 2, 2 }, { 2, 3 }, { 2, 4 } \
+ }