[Keymap] Fix rgb matrix effects on dshields keymaps. (#6505)
This commit is contained in:
committed by
Drashna Jaelre
parent
4d72aa428f
commit
b4c03070de
@@ -44,6 +44,12 @@ uint32_t layer_state_set_user(uint32_t state) {
|
||||
return state;
|
||||
}
|
||||
|
||||
/*
|
||||
void matrix_init_user(void) {
|
||||
eeconfig_init();
|
||||
};
|
||||
*/
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
if (!process_record_dynamic_macro(keycode, record)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user