diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-28 19:15:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-28 19:15:33 +0000 |
commit | 184c1e5187ddacccae4bcea428603923e1cbe385 (patch) | |
tree | 88a92e041bc7b29e61ea07127747a9257e9edf52 /layouts/community/ergodox | |
parent | 7a8265247b75bf389c791738a30a01fe3dba2263 (diff) | |
parent | 0596720f7fb6b877cd8c55b03dc014e189648f35 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/ergodox')
-rw-r--r-- | layouts/community/ergodox/drashna/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ergodox/drashna/keymap.c b/layouts/community/ergodox/drashna/keymap.c index e5675854e1..846bbc2351 100644 --- a/layouts/community/ergodox/drashna/keymap.c +++ b/layouts/community/ergodox/drashna/keymap.c @@ -17,7 +17,7 @@ #include "drashna.h" enum more_custom_keycodes { - KC_SWAP_NUM = NEW_SAFE_RANGE, + KC_SWAP_NUM = USER_SAFE_RANGE, PM_SCROLL, PM_PRECISION, }; |