* Fix Up ScreenOffInterval exceeded uint16_t * Fix Up never waking up once screen off if in case of matrix are not dirtypull/4346/head
parent
dd6aecba7a
commit
f0efb82443
@ -1 +1,9 @@
|
||||
#include "helix.h"
|
||||
#include "ssd1306.h"
|
||||
|
||||
#ifdef OLED_ENABLED
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
process_record_gfx(keycode,record);
|
||||
return process_record_user(keycode, record);
|
||||
}
|
||||
#endif
|
Loading…
Reference in new issue