Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -18,15 +18,12 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
/* Keycodes defined here can be used by any keymap. If you wish to
|
||||
* define additional keycodes for your personal keymap only, assign
|
||||
* your first custom keycode to `= NEW_SAFE_RANGE`.
|
||||
/* Keycodes defined here can be used by any keymap.
|
||||
*
|
||||
* See `process_record_kb()` in `puca.c`.
|
||||
*/
|
||||
enum keyboard_keycodes {
|
||||
MC_00 = SAFE_RANGE,
|
||||
NEW_SAFE_RANGE,
|
||||
MC_00 = QK_KB_0,
|
||||
};
|
||||
|
||||
#define XXX KC_NO
|
||||
|
Reference in New Issue
Block a user