Search results

  1. A

    Compiling error

    Trying to compile this void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: // press and hold CTRL Keyboard.set_modifier(MODIFIERKEY_CTRL); Keyboard.send_now(); } For my teensy 3.2 and I keep getting this error...
  2. A

    Teensy drivers

    I'm trying to make my teensy 2.0++ or teensy 3.2 so that I can plug into a computer and emulate a keyboard but I'm having an issue where windows automatically looks for drivers for it. Is there a way to make my teensy show up only as a basic plug in and play keyboard not a joystick / sd card /...
Back
Top