Browse Source

undo dfu mode fix code

cuu 1 year ago
parent
commit
2c31199f2a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Code/devterm_keyboard/devterm_keyboard.ino

+ 0 - 3
Code/devterm_keyboard/devterm_keyboard.ino

@@ -44,9 +44,6 @@ void setup() {
   
   HID.begin(*dev_term._Serial,reportDescription, sizeof(reportDescription));
 
-  pinMode(KEY3,OUTPUT);
-  digitalWrite(KEY3,HIGH);
-  
   while(!USBComposite);//wait until usb port been plugged in to PC