X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboard%2Fergodox_ez%2Fkeymaps%2Fosx_de%2Fkeymap.c;h=b31d0edcdf2d5f69008c7f3cae06b4cc90c0fdcc;hb=02096f78e5a08776002bdac6d1a468305ba87916;hp=0298cb70284fb417f639a5d3056946a1b56a2f9c;hpb=d33681aa221f368d10956f67596ab3dd0be92013;p=qmk_firmware.git diff --git a/keyboard/ergodox_ez/keymaps/osx_de/keymap.c b/keyboard/ergodox_ez/keymaps/osx_de/keymap.c index 0298cb702..b31d0edcd 100644 --- a/keyboard/ergodox_ez/keymaps/osx_de/keymap.c +++ b/keyboard/ergodox_ez/keymaps/osx_de/keymap.c @@ -390,12 +390,12 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) }; // Runs just one time when the keyboard initializes. -void * matrix_init_user(void) { +void matrix_init_user(void) { }; // Runs constantly in the background, in a loop. -void * matrix_scan_user(void) { +void matrix_scan_user(void) { uint8_t layer = biton32(layer_state);