From eb9c38ff94fd148f3ef84fb665a4b1070ac97bbd Mon Sep 17 00:00:00 2001 From: Oleg Kostyuk Date: Wed, 16 Apr 2014 03:51:47 +0300 Subject: [PATCH] Remove unused code --- keyboard/ergodox/keymap_cub.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/keyboard/ergodox/keymap_cub.h b/keyboard/ergodox/keymap_cub.h index bfeae01..77cc20a 100644 --- a/keyboard/ergodox/keymap_cub.h +++ b/keyboard/ergodox/keymap_cub.h @@ -392,9 +392,10 @@ static const uint16_t PROGMEM fn_actions[] = { void action_function(keyrecord_t *event, uint8_t id, uint8_t opt) { - print("action_function called\n"); - print("id = "); phex(id); print("\n"); - print("opt = "); phex(opt); print("\n"); + // print("action_function called\n"); + // print("id = "); phex(id); print("\n"); + // print("opt = "); phex(opt); print("\n"); + if (id == TEENSY_KEY) { clear_keyboard(); print("\n\nJump to bootloader... "); -- 2.39.2