summaryrefslogtreecommitdiff
path: root/keyboards/bandominedoni/bandominedoni.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-27 10:28:33 +0000
committerQMK Bot <hello@qmk.fm>2021-12-27 10:28:33 +0000
commit2689e360cea0ba6d42cc57134ec28edc69089fce (patch)
tree1b035fd072d8e98f0e71fd044ec7e8f7a3d1ac67 /keyboards/bandominedoni/bandominedoni.h
parentd3952523fe67ca22defe0d889e6fc77f76c3afd9 (diff)
parent4e077250d56f7e786af0cdef00f4b41d77e2b85c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bandominedoni/bandominedoni.h')
-rw-r--r--keyboards/bandominedoni/bandominedoni.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/bandominedoni/bandominedoni.h b/keyboards/bandominedoni/bandominedoni.h
index 8e2470826c..1eca4f8d98 100644
--- a/keyboards/bandominedoni/bandominedoni.h
+++ b/keyboards/bandominedoni/bandominedoni.h
@@ -82,3 +82,7 @@
// reason: bandoMIneDonI has no space on right hand side to use "SPLIT_HAND_MATRIX_GRID".
// 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);