aboutsummaryrefslogtreecommitdiff
path: root/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2026-07-29 08:32:38 +0200
committerSébastien Dailly <sebastien@dailly.me>2026-08-04 15:40:13 +0200
commitd0f494918c32b391ed0e0feaa69160cccc98f4a6 (patch)
tree6da083d6f538866e1783c355d1f4aaf849e1302b /qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h
parent340ddb0390f4b835e6723616a6a9956b206a7433 (diff)
QMK: Uses of custom_data in tap_dance instead of duplicating the code
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h')
-rw-r--r--qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h4
1 files changed, 0 insertions, 4 deletions
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)