summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/guni/keymap.c
diff options
context:
space:
mode:
authorStick2017-03-27 21:19:36 -0500
committerStick2017-03-27 21:19:36 -0500
commita47e9166353012777b6e2d9c64f0c87420576f18 (patch)
treedfe9a8ab1ae4d3ced95afc528c9ed0c24cbfb444 /keyboards/ergodox/keymaps/guni/keymap.c
parenta03d946d0c4edf0c3e50812af7f3c826b958c945 (diff)
parent7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/guni/keymap.c')
-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");
}