aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/kristian/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/kristian/keymap.c')
-rw-r--r--layouts/community/ergodox/kristian/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/kristian/keymap.c b/layouts/community/ergodox/kristian/keymap.c
index aeb3112de..b56e880c0 100644
--- a/layouts/community/ergodox/kristian/keymap.c
+++ b/layouts/community/ergodox/kristian/keymap.c
@@ -21,10 +21,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
21 21
22}; 22};
23 23
24const uint16_t PROGMEM fn_actions[] = {
25 [1] = ACTION_LAYER_TAP_TOGGLE(1)
26};
27
28const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 24const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
29{ 25{
30 switch(id) { 26 switch(id) {