diff options
author | Drashna Jaelre <drashna@drashna.net> | 2023-02-28 11:14:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 11:14:48 -0800 |
commit | 051401175d98e777a6633445a0275b54ed36e97a (patch) | |
tree | 325d717dfbfb12e4cb45c02089602f256ddc36d6 /layouts/community/ergodox | |
parent | 05631b276d557824518cdb0c7d5d78c8f118891c (diff) |
[Keymap] Drashna updates for 0.20.0 (#19960)
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, }; |