diff options
author | Joel Challis <git@zvecr.com> | 2022-11-05 08:12:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 08:12:37 +0000 |
commit | a070c4c50134cf274a674ee73227289fde81b8ed (patch) | |
tree | e0c72f5c4932909784cb3f668571d94c7ca57365 /keyboards/nullbitsco | |
parent | 54682f961e5d4eb1ea66aaec36303800842b7fc3 (diff) |
Remove hardcoded VIA keycode range (#18956)
Diffstat (limited to 'keyboards/nullbitsco')
-rw-r--r-- | keyboards/nullbitsco/nibble/keymaps/via/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nullbitsco/nibble/keymaps/via/keymap.c b/keyboards/nullbitsco/nibble/keymaps/via/keymap.c index 399fe552df..aab6a41af3 100644 --- a/keyboards/nullbitsco/nibble/keymaps/via/keymap.c +++ b/keyboards/nullbitsco/nibble/keymaps/via/keymap.c @@ -25,7 +25,7 @@ enum layer_names { #define KC_DISC_MUTE KC_F23 #define KC_DISC_DEAF KC_F24 #define NUM_CUST_KEYCODES (_NUM_CUST_KCS - SAFE_RANGE) -#define VIA_KEYCODE_RANGE 0x5F80 +#define VIA_KEYCODE_RANGE USER00 enum custom_keycodes { PROG = SAFE_RANGE, |