summaryrefslogtreecommitdiffstats
path: root/keyboards/gmmk/pro/config.h
diff options
context:
space:
mode:
authorW. Ducky <82298089+WholesomeDucky@users.noreply.github.com>2021-04-27 14:37:11 -0400
committerGitHub <noreply@github.com>2021-04-27 11:37:11 -0700
commit7be4047df033cd1833ed3fa073d0c7954c063554 (patch)
treec523a7f7b3faa5e113c70488623bd74bdcf3f868 /keyboards/gmmk/pro/config.h
parent3fe356e65c65f725e94f3ad32fd65cc24befb531 (diff)
GMMK Pro: Fixed Bootmagic Lite support; personal keymap; VIA support (#12554)
* Added WholesomeDucky keymap for GMMK Pro * Finalized keymap & added 1000hz polling for GMMK Pro * Corrected for RAlt and Fn being swapped * Fixed RAlt and Fn being swapped in the layout definition. Updated personal keymap to reflect fixed layout. * Removed an old comment from personal keymap for GMMK Pro * added VIA support * Defined bootmagic row and column for GMMK Pro Esc key * Update keyboards/gmmk/pro/config.h * Update keyboards/gmmk/pro/keymaps/via/keymap.c * Update keyboards/gmmk/pro/keymaps/via/keymap.c
Diffstat (limited to 'keyboards/gmmk/pro/config.h')
-rw-r--r--keyboards/gmmk/pro/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/config.h b/keyboards/gmmk/pro/config.h
index 014651599d..ab3c7a7a21 100644
--- a/keyboards/gmmk/pro/config.h
+++ b/keyboards/gmmk/pro/config.h
@@ -35,6 +35,8 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
+#define BOOTMAGIC_LITE_ROW 1
+#define BOOTMAGIC_LITE_COLUMN 3
#define TAP_CODE_DELAY 10
#define ENCODERS_PAD_A { C15 }