aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/60_iso/unxmaal/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/60_iso/unxmaal/keymap.c')
-rw-r--r--layouts/community/60_iso/unxmaal/keymap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/community/60_iso/unxmaal/keymap.c b/layouts/community/60_iso/unxmaal/keymap.c
index 07fca874e..455d969f4 100644
--- a/layouts/community/60_iso/unxmaal/keymap.c
+++ b/layouts/community/60_iso/unxmaal/keymap.c
@@ -109,7 +109,6 @@ enum function_id {
109 109
110const uint16_t PROGMEM fn_actions[] = { 110const uint16_t PROGMEM fn_actions[] = {
111 [1] = ACTION_LAYER_TOGGLE(1), // Toggle Arrow Layer overlay 111 [1] = ACTION_LAYER_TOGGLE(1), // Toggle Arrow Layer overlay
112 [2] = ACTION_LAYER_TAP_KEY(2, KC_CAPS), // Tap to toggle caps lock and hold to activate function layer
113 [3] = ACTION_LAYER_TOGGLE(3), // Toggle Underglow Layer overlay 112 [3] = ACTION_LAYER_TOGGLE(3), // Toggle Underglow Layer overlay
114 [4] = ACTION_FUNCTION(RGBLED_TOGGLE), //Turn on/off underglow 113 [4] = ACTION_FUNCTION(RGBLED_TOGGLE), //Turn on/off underglow
115 [5] = ACTION_FUNCTION(RGBLED_STEP_MODE), // Change underglow mode 114 [5] = ACTION_FUNCTION(RGBLED_STEP_MODE), // Change underglow mode
@@ -120,7 +119,6 @@ const uint16_t PROGMEM fn_actions[] = {
120 [10] = ACTION_FUNCTION(RGBLED_INCREASE_VAL), 119 [10] = ACTION_FUNCTION(RGBLED_INCREASE_VAL),
121 [11] = ACTION_FUNCTION(RGBLED_DECREASE_VAL), 120 [11] = ACTION_FUNCTION(RGBLED_DECREASE_VAL),
122 [12] = ACTION_FUNCTION(SHIFT_ESC), 121 [12] = ACTION_FUNCTION(SHIFT_ESC),
123 [13] = ACTION_LAYER_TAP_KEY(1, KC_SPACE),
124}; 122};
125 123
126const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 124const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)