[Keymap] Fix rgb matrix effects on dshields keymaps. (#6505)
This commit is contained in:
parent
4d72aa428f
commit
b4c03070de
4 changed files with 14 additions and 2 deletions
|
@ -43,6 +43,12 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
)
|
||||
};
|
||||
|
||||
/*
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue