feat: encoder map, OLED & encoder kb-level config (#17767)
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Define custom font */
|
||||
#define OLED_FONT_H "lib/mercutiofont.c"
|
||||
|
||||
#define TAPPING_TOGGLE 2
|
||||
// TT set to two taps
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user