summaryrefslogtreecommitdiff
path: root/keyboards/aidansmithdotdev/fine40/fine40.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aidansmithdotdev/fine40/fine40.c')
-rw-r--r--keyboards/aidansmithdotdev/fine40/fine40.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/aidansmithdotdev/fine40/fine40.c b/keyboards/aidansmithdotdev/fine40/fine40.c
index 73c453b6c0..2e60e7c921 100644
--- a/keyboards/aidansmithdotdev/fine40/fine40.c
+++ b/keyboards/aidansmithdotdev/fine40/fine40.c
@@ -68,18 +68,3 @@ bool oled_task_kb(void) {
return(true);
}
#endif
-
-#ifdef ENCODER_ENABLE
-bool encoder_update_kb(uint8_t index, bool clockwise) {
- if (!encoder_update_user(index, clockwise)) {
- return false;
- }
- // Volume control
- if (clockwise) {
- tap_code(KC_VOLU);
- } else {
- tap_code(KC_VOLD);
- }
- return false;
-}
-#endif \ No newline at end of file