]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/usb_usb/keymap_hasu.c
Fix: Use action_t in keymap files
[max/tmk_keyboard.git] / converter / usb_usb / keymap_hasu.c
index de19e230762eb29491598a08e623a7ba15dd1d7b..600681eb24e11e79b342f65752ac69ff62e2e85a 100644 (file)
@@ -142,9 +142,9 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
  * Fn action definition
  */
 #ifdef KEYMAP_SECTION_ENABLE
-const uint16_t fn_actions[] __attribute__ ((section (".keymap.fn_actions"))) = {
+const action_t fn_actions[] __attribute__ ((section (".keymap.fn_actions"))) = {
 #else
-const uint16_t fn_actions[] PROGMEM = {
+const action_t fn_actions[] PROGMEM = {
 #endif
     [0] = ACTION_DEFAULT_LAYER_SET(0),                // Default layer(not used)
     [1] = ACTION_LAYER_TAP_TOGGLE(1),                 // HHKB layer(toggle with 5 taps)