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 /keyboards/moonlander | |
parent | 05631b276d557824518cdb0c7d5d78c8f118891c (diff) |
[Keymap] Drashna updates for 0.20.0 (#19960)
Diffstat (limited to 'keyboards/moonlander')
-rw-r--r-- | keyboards/moonlander/keymaps/drashna/keymap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/moonlander/keymaps/drashna/keymap.c b/keyboards/moonlander/keymaps/drashna/keymap.c index e38a2828fe..2f38ac790c 100644 --- a/keyboards/moonlander/keymaps/drashna/keymap.c +++ b/keyboards/moonlander/keymaps/drashna/keymap.c @@ -16,7 +16,9 @@ #include "drashna.h" -enum more_custom_keycodes { KC_SWAP_NUM = NEW_SAFE_RANGE }; +enum more_custom_keycodes { + KC_SWAP_NUM = USER_SAFE_RANGE, +}; // clang-format off #define LAYOUT_moonlander_wrapper(...) LAYOUT_moonlander(__VA_ARGS__) |