|
|
|
@ -7,9 +7,11 @@ extern keymap_config_t keymap_config;
|
|
|
|
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
|
|
|
|
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
|
|
|
|
// Layer names don't all need to be of the same length, obviously, and you can also skip them
|
|
|
|
// Layer names don't all need to be of the same length, obviously, and you can also skip them
|
|
|
|
// entirely and just use numbers.
|
|
|
|
// entirely and just use numbers.
|
|
|
|
#define _QWERTY 0
|
|
|
|
enum layer_names {
|
|
|
|
#define _RGB 1
|
|
|
|
_QWERTY,
|
|
|
|
#define _FUNC 15
|
|
|
|
_RGB,
|
|
|
|
|
|
|
|
_FUNC
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// Defines for task manager and such
|
|
|
|
// Defines for task manager and such
|
|
|
|
#define CALTDEL LCTL(LALT(KC_DEL))
|
|
|
|
#define CALTDEL LCTL(LALT(KC_DEL))
|
|
|
|
|