diff options
| author | Joel Challis | 2022-10-09 00:30:51 +0200 |
|---|---|---|
| committer | GitHub | 2022-10-09 00:30:51 +0200 |
| commit | 48093000e1a8fbe7fc25a43aea3f75913a634d53 (patch) | |
| tree | 5b864c2fa7601078da657db2b560bdfbc35225c4 /keyboards/dyz | |
| parent | 85dc473faafbb9370abbd69bb0c08da3dea87386 (diff) | |
Various keyboard fixes (#18649)
Diffstat (limited to 'keyboards/dyz')
| -rw-r--r-- | keyboards/dyz/synthesis60/synthesis60.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dyz/synthesis60/synthesis60.c b/keyboards/dyz/synthesis60/synthesis60.c index c56a61b1ec..e65bbe4697 100644 --- a/keyboards/dyz/synthesis60/synthesis60.c +++ b/keyboards/dyz/synthesis60/synthesis60.c @@ -17,7 +17,7 @@ #ifdef OLED_ENABLE bool oled_task_kb(void) { - if (!oled_task_kb()) { return false; } + if (!oled_task_user()) { return false; } // Host Keyboard Layer Status oled_write_P(PSTR("Synthesis60\nLayer: "), false); // Host Keyboard LED Status |