Various keyboard fixes (#18649)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "sandbox.h"
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
bool oled_task_user(void) {
|
||||
bool oled_task_kb(void) {
|
||||
if (!oled_task_user()) { return false; }
|
||||
switch (get_highest_layer(layer_state)) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user