forked from mirrors/qmk_userspace
Update Drashna user space code to support keyboard_init functions (#5138)
* Update code to support keyboard_init functions * Get Minor tweaks
This commit is contained in:
parent
c8577a9a73
commit
cbb7e91851
5 changed files with 34 additions and 23 deletions
|
@ -13,7 +13,7 @@ typedef struct {
|
|||
|
||||
bool process_record_user_rgb(uint16_t keycode, keyrecord_t *record);
|
||||
void scan_rgblight_fadeout(void);
|
||||
void matrix_init_rgb(void);
|
||||
void keyboard_post_init_rgb(void);
|
||||
void matrix_scan_rgb(void);
|
||||
uint32_t layer_state_set_rgb(uint32_t state);
|
||||
uint32_t default_layer_state_set_rgb(uint32_t state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue