X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fusb_usb%2Fkeymap_spacefn.c;h=96c17e15d932f89c2446bce55ecf7f8b9426e905;hb=71a2c1280dfb2ca2b6961058882b26b632ae64c3;hp=69f8693eb9204e83d8017bbaef8d3056b01a9264;hpb=c36828e25e4b39947e80b8ca599ea91c2fee5a57;p=max%2Ftmk_keyboard.git diff --git a/converter/usb_usb/keymap_spacefn.c b/converter/usb_usb/keymap_spacefn.c index 69f8693e..96c17e15 100644 --- a/converter/usb_usb/keymap_spacefn.c +++ b/converter/usb_usb/keymap_spacefn.c @@ -58,7 +58,7 @@ const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), }; -const uint16_t PROGMEM fn_actions[] = { +const action_t PROGMEM fn_actions[] = { [0] = ACTION_LAYER_TAP_KEY(1, KC_SPACE), [1] = ACTION_MODS_KEY(MOD_LSFT, KC_GRV), // tilde };