aboutsummaryrefslogtreecommitdiff
path: root/qmk/keyboards/sofle_choc/keymaps/custom/keycodes.h
diff options
context:
space:
mode:
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)