~ruther/qmk_firmware

427ea7a8892b60b11e8f6aae2e21b82608ab0071 — Alpha Chen 8 years ago e2916f8
[alphadox] remove tmk reset code
2 files changed, 0 insertions(+), 10 deletions(-)

M keyboards/atreus/keymaps/alphadox/keymap.c
M keyboards/ergodox/keymaps/alphadox/keymap.c
M keyboards/atreus/keymaps/alphadox/keymap.c => keyboards/atreus/keymaps/alphadox/keymap.c +0 -5
@@ 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;

M keyboards/ergodox/keymaps/alphadox/keymap.c => keyboards/ergodox/keymaps/alphadox/keymap.c +0 -5
@@ 79,11 79,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;