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
|
@ -156,10 +156,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
),
|
||||
};
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
return true;
|
||||
};
|
||||
|
||||
bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
if (index == 0) { /* First encoder */
|
||||
if (clockwise) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue