Add support for Meira
This commit is contained in:
parent
c51dfef958
commit
a9a46adba0
23 changed files with 2186 additions and 0 deletions
9
keyboards/meira/lighting.h
Executable file
9
keyboards/meira/lighting.h
Executable file
|
@ -0,0 +1,9 @@
|
|||
#ifndef LIGHTING_H
|
||||
#define LIGHTING_H
|
||||
|
||||
void led_test(void);
|
||||
void force_issi_refresh(void);
|
||||
void set_backlight(uint8_t level);
|
||||
void set_backlight_by_keymap(uint8_t col, uint8_t row);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue