summaryrefslogtreecommitdiff
path: root/keyboards/bandominedoni/bandominedoni.h
diff options
context:
space:
mode:
author3araht <69518343+3araht@users.noreply.github.com>2022-09-01 02:17:54 +0900
committerGitHub <noreply@github.com>2022-08-31 18:17:54 +0100
commit786b5d310d864c594ad3cd7b3e351f68ff515b9e (patch)
treee8c862d582c0b07bb6d31f37f185c203d3e08225 /keyboards/bandominedoni/bandominedoni.h
parent0faedb11cc1cc6629bb55172c818fc633eb8559c (diff)
Bandominedoni encoder fix (#18229)
by 3araht
Diffstat (limited to 'keyboards/bandominedoni/bandominedoni.h')
-rw-r--r--keyboards/bandominedoni/bandominedoni.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/bandominedoni/bandominedoni.h b/keyboards/bandominedoni/bandominedoni.h
index 1eca4f8d98..6011a2cc71 100644
--- a/keyboards/bandominedoni/bandominedoni.h
+++ b/keyboards/bandominedoni/bandominedoni.h
@@ -38,7 +38,7 @@
l40, l41, l42, l43, l44, l45, l46, l47, \
\
oc, r00, r01, r02, r03, fn, \
- r10, r11, r12, r13, r14, ccw, cw,\
+ r10, r11, r12, r13, r14, \
r20, r21, r22, r23, r24, r25, \
r30, r31, r32, r33, r34, r35, r36, r37, \
r40, r41, r42, r43, r44, r45, r46, r47, \
@@ -49,7 +49,7 @@
{ l20, l21, l22, l23, l24, l25, l26 }, \
{ l30, l31, l32, l33, l34, l35, l36 }, \
{ l41, l42, l43, l44, l45, l46, l47 }, \
- { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, ccw, cw }, \
+ { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }, \
{ r50, r40, r31, r20, r10, r00, r30 }, \
{ r51, r41, r32, r21, r11, r01, oc }, \
{ r52, r42, r33, r22, r12, r02, fn }, \
@@ -83,6 +83,3 @@
// However, It enables to decide the handedness by the HW by adding one condition: "not to press any keys (especially r30) dusing startup."
bool is_keyboard_left(void);
-void encoder_action_unregister(void);
-
-void encoder_action_register(uint8_t index, bool clockwise);