diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-15 10:57:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 10:57:24 -0400 |
commit | 2e34d4bd85cc748c48e907154ea438f3d9653430 (patch) | |
tree | be279c0e5ecd58952003ad49e6c2d2618edc41f3 /keyboards/ergodox/keymaps | |
parent | ec9210959fc67ce631ce5bd2e177fbb49924c1c7 (diff) |
update for infinity
Diffstat (limited to 'keyboards/ergodox/keymaps')
-rw-r--r-- | keyboards/ergodox/keymaps/guni/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/guni/keymap.c b/keyboards/ergodox/keymaps/guni/keymap.c index f33829b8a4..9d9191f627 100644 --- a/keyboards/ergodox/keymaps/guni/keymap.c +++ b/keyboards/ergodox/keymaps/guni/keymap.c @@ -170,7 +170,7 @@ void action_function(keyrecord_t *event, uint8_t id, uint8_t opt) if (id == TEENSY_KEY) { clear_keyboard(); print("\n\nJump to bootloader... "); - _delay_ms(250); + wait_ms(250); bootloader_jump(); // should not return print("not supported.\n"); } |