]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/usb_usb/keymap_editor.c
Merge branch 'unimap'
[max/tmk_keyboard.git] / converter / usb_usb / keymap_editor.c
index bd63ea2310bd051907e355ca7c81f5939c4bccb6..553457c9a76e46dad47a2c75632ece99005a431e 100644 (file)
@@ -52,7 +52,7 @@ const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] __attribute__ ((section (".key
     ),
 };
 
-const uint16_t fn_actions[] __attribute__ ((section (".keymap.fn_actions"))) = {
+const action_t fn_actions[] __attribute__ ((section (".keymap.fn_actions"))) = {
     [0]  = ACTION_LAYER_MOMENTARY(1),
     [1]  = ACTION_LAYER_MOMENTARY(2),
     [2]  = ACTION_LAYER_MOMENTARY(3),