aboutsummaryrefslogtreecommitdiff
path: root/qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2026-07-24 11:07:47 +0200
committerSébastien Dailly <sebastien@dailly.me>2026-07-24 11:07:47 +0200
commit340ddb0390f4b835e6723616a6a9956b206a7433 (patch)
tree966a3cc90592871fbca6dfe5f55ca123d6ef49bc /qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h
parent891b994e5909232ca4c387992a2095e54dd0bfef (diff)
QMK: Two differents layers for the left and right layer keys
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h')
-rw-r--r--qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h b/qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h
index 8f2770c..708adc8 100644
--- a/qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h
+++ b/qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h
@@ -1,8 +1,5 @@
#pragma once
-#include "keymap_bepo.h"
-#include "keycodes.h"
-
typedef enum {
TD_NONE,
TD_UNKNOWN,
@@ -18,6 +15,3 @@ typedef struct {
} td_tap_t;
td_state_t cur_dance(tap_dance_state_t *state);
-
-void ql_finished(tap_dance_state_t *state, void *user_data);
-void ql_reset(tap_dance_state_t *state, void *user_data);