summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-03-15 15:57:24 +0100
committerGitHub <noreply@github.com>2017-03-15 15:57:24 +0100
commit2e34d4bd85cc748c48e907154ea438f3d9653430 (patch)
treebe279c0e5ecd58952003ad49e6c2d2618edc41f3 /keyboards/ergodox
parentec9210959fc67ce631ce5bd2e177fbb49924c1c7 (diff)
downloadqmk_firmware-2e34d4bd85cc748c48e907154ea438f3d9653430.tar.gz
qmk_firmware-2e34d4bd85cc748c48e907154ea438f3d9653430.tar.xz
update for infinity
Diffstat (limited to 'keyboards/ergodox')
-rw-r--r--keyboards/ergodox/keymaps/guni/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/guni/keymap.c b/keyboards/ergodox/keymaps/guni/keymap.c
index f33829b8a..9d9191f62 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");
}