|
|
|
@ -22,9 +22,9 @@ extern uint8_t is_master;
|
|
|
|
|
// Layer names don't all need to be of the same length, obviously, and you can also skip them
|
|
|
|
|
// entirely and just use numbers.
|
|
|
|
|
#define _QWERTY 0
|
|
|
|
|
#define _LOWER 1
|
|
|
|
|
#define _RAISE 2
|
|
|
|
|
#define _ADJUST 3
|
|
|
|
|
#define _LOWER 3
|
|
|
|
|
#define _RAISE 4
|
|
|
|
|
#define _ADJUST 16
|
|
|
|
|
|
|
|
|
|
enum custom_keycodes {
|
|
|
|
|
QWERTY = SAFE_RANGE,
|
|
|
|
@ -240,3 +240,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|