diff options
| author | Joel Challis | 2023-02-22 23:49:07 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-22 23:49:07 +0100 |
| commit | 961f0b7b2de54f988daf4ce7b791f91a33e55612 (patch) | |
| tree | a96aecd70d8f1341c81dc12d79cbb59a94803241 /keyboards/yushakobo | |
| parent | ea772468650f7c79a9919a4770d371839985bef0 (diff) | |
Reallocate SAFE_RANGE (#19909)
Diffstat (limited to 'keyboards/yushakobo')
| -rw-r--r-- | keyboards/yushakobo/navpad/navpad_prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yushakobo/navpad/navpad_prefs.h b/keyboards/yushakobo/navpad/navpad_prefs.h index 866b137c81..d9d2286e5b 100644 --- a/keyboards/yushakobo/navpad/navpad_prefs.h +++ b/keyboards/yushakobo/navpad/navpad_prefs.h @@ -19,7 +19,7 @@ #include "quantum.h" enum custom_keycodes { - TAP_00 = SAFE_RANGE + TAP_00 = QK_KB_0 }; enum layer_name { |