X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fm0110_usb%2Fkeymap_spacefn.c;h=d941ea8fa0a5e30c7a279ba4223d5b2854da2392;hb=1575db9166a21591bed95d4653db4d5d45e534be;hp=5017861a34e6acdc1b730252ad2b2f2c0f83fdb6;hpb=9c8d0f6c0d8b145c627d073faff9c8ca6f9148fe;p=max%2Ftmk_keyboard.git diff --git a/converter/m0110_usb/keymap_spacefn.c b/converter/m0110_usb/keymap_spacefn.c index 5017861a..d941ea8f 100644 --- a/converter/m0110_usb/keymap_spacefn.c +++ b/converter/m0110_usb/keymap_spacefn.c @@ -65,7 +65,7 @@ const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* * Fn action definition */ -const uint16_t fn_actions[] PROGMEM = { +const action_t fn_actions[] PROGMEM = { [0] = ACTION_LAYER_TAP_KEY(1, KC_SPACE), [1] = ACTION_MODS_KEY(MOD_LSFT, KC_GRV), // tilde };