]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - orphan/nerd/keymap_common.h
Fix: Use action_t in keymap files
[max/tmk_keyboard.git] / orphan / nerd / keymap_common.h
index e116635918dc49166e4caf0a2f978f3c77648b6e..d342e4ba5bbfd40c25ff6afa39f0d85d0ad75465 100644 (file)
@@ -30,7 +30,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "keymap.h"
 
 extern const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS];
-extern const uint16_t fn_actions[];
+extern const action_t fn_actions[];
 
 #define KEYMAP( \
         K08,      K09, K18, K19, K28, K29, K38, K39, K48, K49, K58, K59, K68,    K69, K88, K89, \