summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus
diff options
context:
space:
mode:
authorAlpha Chen <alpha.chen@gmail.com>2016-10-20 17:00:36 +0200
committerAlpha Chen <alpha.chen@gmail.com>2016-10-25 18:00:45 +0200
commit427ea7a8892b60b11e8f6aae2e21b82608ab0071 (patch)
tree3b87a1efafe731135bfa4491562cee9a52b2452d /keyboards/atreus
parente2916f8ab1460b8a22c75aea632d7533d56670bb (diff)
downloadqmk_firmware-427ea7a8892b60b11e8f6aae2e21b82608ab0071.tar.gz
qmk_firmware-427ea7a8892b60b11e8f6aae2e21b82608ab0071.tar.xz
[alphadox] remove tmk reset code
Diffstat (limited to 'keyboards/atreus')
-rw-r--r--keyboards/atreus/keymaps/alphadox/keymap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/atreus/keymaps/alphadox/keymap.c b/keyboards/atreus/keymaps/alphadox/keymap.c
index b776ab400..b8ec0e032 100644
--- a/keyboards/atreus/keymaps/alphadox/keymap.c
+++ b/keyboards/atreus/keymaps/alphadox/keymap.c
@@ -39,11 +39,6 @@ const uint16_t PROGMEM fn_actions[] = {
const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
switch(id) {
case TEENSY:
- clear_keyboard();
- print("\n\nJump to bootloader... ");
- _delay_ms(250);
- bootloader_jump(); // should not return
- print("not supported.\n");
break;
}
return MACRO_NONE;