summaryrefslogtreecommitdiffstats
path: root/keyboards/gmmk/pro/config.h
diff options
context:
space:
mode:
authorAndre Brait <andrebrait@gmail.com>2021-08-09 19:04:58 +0200
committerGitHub <noreply@github.com>2021-08-09 10:04:58 -0700
commitdbee96098d552bd958170d275d528ecd57c94179 (patch)
tree70e25952ad322fbdaf84acb767b11234245630d6 /keyboards/gmmk/pro/config.h
parentf3cede7299b935ece0c4a7699d844f79bf640a26 (diff)
Make default keymap for GMMK Pro reflect stock (#13850)
Diffstat (limited to 'keyboards/gmmk/pro/config.h')
-rw-r--r--keyboards/gmmk/pro/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/config.h b/keyboards/gmmk/pro/config.h
index 1934ab780b..693b86539b 100644
--- a/keyboards/gmmk/pro/config.h
+++ b/keyboards/gmmk/pro/config.h
@@ -37,6 +37,7 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
+/* Hold ESC on start up to clear EEPROM and boot into bootloader mode */
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 3
@@ -72,3 +73,6 @@
/* Set debounce time to 5ms */
#define DEBOUNCE 5
+
+/* Force NKRO on boot up regardless of the setting saved in the EEPROM (uncomment to enable it) */
+// #define FORCE_NKRO