summaryrefslogtreecommitdiff
path: root/keyboards/mwstudio/mw75r2/keymaps
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-02-23 09:19:00 +1100
committerGitHub <noreply@github.com>2023-02-23 09:19:00 +1100
commit7f805cc7799deb0ca75f751cebd32c6640058af9 (patch)
treeebc20e21b50812ea4455bdfc5567c8025aa4fc74 /keyboards/mwstudio/mw75r2/keymaps
parent403b0addea48548abdbde6203d8673f2b77164a7 (diff)
VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/mwstudio/mw75r2/keymaps')
-rw-r--r--keyboards/mwstudio/mw75r2/keymaps/via/keymap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/mwstudio/mw75r2/keymaps/via/keymap.c b/keyboards/mwstudio/mw75r2/keymaps/via/keymap.c
index bdcd738708..e94667954e 100644
--- a/keyboards/mwstudio/mw75r2/keymaps/via/keymap.c
+++ b/keyboards/mwstudio/mw75r2/keymaps/via/keymap.c
@@ -27,6 +27,11 @@ typedef union {
user_config_t user_config;
+enum custom_keycodes {
+ USER00 = QK_KB_0,
+ USER01
+};
+
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {