Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
// enum custom_keycodes {
|
||||
// FIRST = NEW_SAFE_RANGE,
|
||||
// };
|
||||
|
||||
// Defines names for use in layer keycodes and the keymap
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Base */
|
||||
|
@@ -20,11 +20,10 @@
|
||||
#define CALC_DIGITS 12
|
||||
|
||||
enum rubi_keycodes {
|
||||
ENC_PRESS = SAFE_RANGE,
|
||||
ENC_PRESS = QK_KB_0,
|
||||
CL_PLUS,
|
||||
CL_STAR,
|
||||
CL_TYPE,
|
||||
NEW_SAFE_RANGE
|
||||
CL_TYPE
|
||||
};
|
||||
|
||||
enum oled_modes {
|
||||
|
Reference in New Issue
Block a user