forked from mirrors/qmk_userspace
adds per-layer rgb color option to ez
This commit is contained in:
parent
41df0dc9a7
commit
cf9f6bbd91
4 changed files with 72 additions and 9 deletions
|
@ -72,6 +72,8 @@ void layer_xor(uint32_t state);
|
|||
#define layer_xor(state)
|
||||
#define layer_debug()
|
||||
|
||||
__attribute__((weak))
|
||||
uint32_t layer_state_set_user(uint32_t state);
|
||||
__attribute__((weak))
|
||||
uint32_t layer_state_set_kb(uint32_t state);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue