summaryrefslogtreecommitdiff
path: root/keyboards/lw67/lw67.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lw67/lw67.c')
-rw-r--r--keyboards/lw67/lw67.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/lw67/lw67.c b/keyboards/lw67/lw67.c
index 87eaa1671e..87f69e9df5 100644
--- a/keyboards/lw67/lw67.c
+++ b/keyboards/lw67/lw67.c
@@ -15,16 +15,3 @@
*/
#include "lw67.h"
-
-bool encoder_update_kb(uint8_t index, bool clockwise) {
- if (!encoder_update_user(index, clockwise)) return false;
- if (index == 0) { /* First encoder */
- if (clockwise) {
- tap_code(KC_VOLU);
- } else {
- tap_code(KC_VOLD);
- }
- }
- return false;
-}
-