aboutsummaryrefslogtreecommitdiff
path: root/qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-10-26 17:57:47 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-10-26 17:57:47 +0100
commit7c32f69bc45bbcabebd73b24980f37e2a3eacdbb (patch)
treef25cdc3a9a93cb20d824b923f14889c020aa873c /qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h
parenta2b76703a9ed91e86ebbba3e4796525a856e27f2 (diff)
Keyboard: new updates for the tap dance mecanismHEADmaster
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h')
-rw-r--r--qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h b/qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h
new file mode 100644
index 0000000..8cff3fe
--- /dev/null
+++ b/qmk/keyboards/sofle_choc/keymaps/custom/shift_dance.h
@@ -0,0 +1,13 @@
+#pragma once
+#include QMK_KEYBOARD_H
+
+
+// For the x tap dance. Put it here so it can be used in any keymap
+void w_released(tap_dance_state_t *state, void *user_data);
+void w_finished(tap_dance_state_t *state, void *user_data);
+void w_reset(tap_dance_state_t *state, void *user_data);
+
+
+void shift_dance_process_record(uint16_t keycode, keyrecord_t *record);
+const key_override_t shift_space_override;
+const key_override_t shift_o_override;