From d0f494918c32b391ed0e0feaa69160cccc98f4a6 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 29 Jul 2026 08:32:38 +0200 Subject: QMK: Uses of custom_data in tap_dance instead of duplicating the code --- qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h') diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h b/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h index 730e89d..3d3f40f 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h +++ b/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h @@ -1,13 +1,10 @@ #pragma once #include QMK_KEYBOARD_H #include "action.h" -#include "keymap_bepo.h" enum { // Transform the key W into SHIFT or CAPSLOCK TD_CAPSLOCK, - // Transform the key E into È - TD_EE, TD_PRC, TD_LAYER_KEYPAD, TD_LAYER_ARROW, @@ -18,7 +15,6 @@ enum { LAYER_BASE, LAYER_KEYPAD, // Layer used mainly on the left side of the keyboard LAYER_ARROW, // Layer used on the right side of the keyboard - LAYER_DIACRITIC, }; #define KEY_APP LT(0, KC_APP) -- cgit v1.2.3