refactor keyboard.h, host.h
This commit is contained in:
parent
acc974c64b
commit
2b8cd88ab1
21 changed files with 522 additions and 360 deletions
4
layer.h
4
layer.h
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t default_layer;
|
||||
uint8_t current_layer;
|
||||
extern uint8_t default_layer;
|
||||
extern uint8_t current_layer;
|
||||
|
||||
/* return keycode for switch */
|
||||
uint8_t layer_get_keycode(uint8_t row, uint8_t col);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue