Remove some useless code from keymaps (#23787)
This commit is contained in:
parent
2e0498080f
commit
e659c3dae9
71 changed files with 3 additions and 1066 deletions
|
@ -214,12 +214,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
return true;
|
||||
}
|
||||
|
||||
// Runs just one time when the keyboard initializes.
|
||||
void matrix_init_user(void) {
|
||||
|
||||
};
|
||||
|
||||
|
||||
// Runs constantly in the background, in a loop.
|
||||
void matrix_scan_user(void) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue