]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Remove unused code
authorOleg Kostyuk <cub.uanic@gmail.com>
Wed, 16 Apr 2014 00:51:47 +0000 (03:51 +0300)
committerOleg Kostyuk <cub.uanic@gmail.com>
Wed, 16 Apr 2014 00:51:47 +0000 (03:51 +0300)
keyboard/ergodox/keymap_cub.h

index bfeae01a9d21fcfaa3dfd747de67b08fbb69cdbc..77cc20a7b0d200107bb25f9f42dfad8d74a46175 100644 (file)
@@ -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... ");