summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/micro/micro.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-08-19 16:49:37 -0700
committerGitHub <noreply@github.com>2022-08-19 16:49:37 -0700
commit39f0fb7beaaf3a1e6ac8d52db0bc51ed786fad17 (patch)
treedc578295f55d8fb4d87bf8ea1b029bc9994f1035 /keyboards/work_louder/micro/micro.c
parentf1786cbd7b4196c3ae31d46c50ed73e1e674820e (diff)
[Keyboard] Update Work Louder keyboards (#18109)
Diffstat (limited to 'keyboards/work_louder/micro/micro.c')
-rw-r--r--keyboards/work_louder/micro/micro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/work_louder/micro/micro.c b/keyboards/work_louder/micro/micro.c
index aae8048c59..80d3927417 100644
--- a/keyboards/work_louder/micro/micro.c
+++ b/keyboards/work_louder/micro/micro.c
@@ -26,7 +26,7 @@ led_config_t g_led_config = { {
// clang-format on
#endif
-#if defined(ENCODER_ENABLE) && !defined(ENCODERS) && !defined(ENCODER_MAP_ENABLE)
+#if defined(ENCODER_ENABLE)
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) {
return false;