From 340ddb0390f4b835e6723616a6a9956b206a7433 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 24 Jul 2026 11:07:47 +0200 Subject: QMK: Two differents layers for the left and right layer keys --- qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/quad_tapdance.h') 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); -- cgit v1.2.3