keebio/iris: Add ifdefs to encoder callbacks (#16642)
This commit is contained in:
@@ -36,6 +36,7 @@ void eeconfig_init_kb(void) {
|
||||
eeconfig_init_user();
|
||||
}
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||
if (index == 0) {
|
||||
@@ -53,3 +54,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user