]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - orphan/hid_liber/keymap_custom.h
ibmpc_usb: Check invalid code for CS1
[max/tmk_keyboard.git] / orphan / hid_liber / keymap_custom.h
index 03e1a1bfafb9033ddbece442e6f22f5e7df33242..db1d5c7b268e18fce506068b612ba6b3a7337e8f 100644 (file)
@@ -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
 };