mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 23:14:09 +00:00
Update keyboards/handwired/illera16/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
8cc026a47b
commit
2caf8d64da
@ -3,10 +3,12 @@
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define _BASE 0
|
||||
#define _CAPA1 1
|
||||
#define _CAPA2 2
|
||||
#define _CAPA3 3
|
||||
enum layers {
|
||||
_BASE,
|
||||
_CAPA1,
|
||||
_CAPA2,
|
||||
_CAPA3,
|
||||
};
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user