X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=layouts%2Fcommunity%2Fergodox%2F333fred%2Fkeymap.c;h=d7728a5bd4a7aff8b711ce3dd0f6f788935c1102;hb=9a4db7a860ecb35ed6d1402955cc169512a8ba74;hp=479e4702c27deb40b8488a6b1553e3d40a6e8ee5;hpb=a6e1cb08c657e5fe1d355a662b6cbd2e613d5f9b;p=qmk_firmware.git diff --git a/layouts/community/ergodox/333fred/keymap.c b/layouts/community/ergodox/333fred/keymap.c index 479e4702c..d7728a5bd 100644 --- a/layouts/community/ergodox/333fred/keymap.c +++ b/layouts/community/ergodox/333fred/keymap.c @@ -363,15 +363,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { return true; } -// Runs just one time when the keyboard initializes. -void matrix_init_user(void) { - -}; - - // Runs constantly in the background, in a loop. -void matrix_scan_user(void) { +void matrix_scan_user_keyboard(void) { ergodox_board_led_on(); ergodox_led_all_on(); -}; +}