]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/ergodox_ez/keymaps/default_osx/keymap.c
Merge pull request #196 from naps62/naps62
[qmk_firmware.git] / keyboard / ergodox_ez / keymaps / default_osx / keymap.c
index 9d7364d37824c06a93e5f361e1019658182ec354..81b49ceff9490c65d95b08c6559a881e623f0cea 100644 (file)
@@ -158,12 +158,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);