X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=orphan%2Fhid_liber%2Fkeymap_custom.h;h=db1d5c7b268e18fce506068b612ba6b3a7337e8f;hb=28cd55c1bfb2ed7f631281645e8a1ade914c269e;hp=03e1a1bfafb9033ddbece442e6f22f5e7df33242;hpb=885e7adb18fb6039f0fe66de23e0622af923f7d1;p=max%2Ftmk_keyboard.git diff --git a/orphan/hid_liber/keymap_custom.h b/orphan/hid_liber/keymap_custom.h index 03e1a1bf..db1d5c7b 100644 --- a/orphan/hid_liber/keymap_custom.h +++ b/orphan/hid_liber/keymap_custom.h @@ -59,6 +59,6 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { }; -static const uint16_t PROGMEM fn_actions[] = { +static const action_t PROGMEM fn_actions[] = { [1] = ACTION_LAYER_MOMENTARY(1), // activate layer 1 when FN1 pressed };