Search results

  1. D

    Request - Add a real keyboard only option for builds.

    I have been fighting for awhile to get only a keyboard device using a teensy LC but selecting the usb type keyboard still creates a composite device that includes serial, keyboard and multimedia keyboard. I've been able to get keyboard only by editing usb_desc.h and yield.cpp, but I was...
  2. D

    Teensy LC, selecting keyboard only presents a joystick to linux

    Apparently it's a common bug with linux, detecting multimeda keyboards as joysticks. Here's a big blacklist of devices that do this. https://github.com/denilsonsa/udev-joystick-blacklist I solved it on my setup by editing the usb_desh.h and changing elif defined(USB_KEYBOARDONLY) to read...
  3. D

    Teensy LC, selecting keyboard only presents a joystick to linux

    I converted a pro micro sketch to the teensy, and I have it working except for one thing. The teensy also shows up also as /dev/input/js0 as a "Joystick (Teensyduino Keyboard) has 37 axes " I'm using the arduino ide 1.8.8 with the latest Teensyduino software (Installed on monday). Source for...
Back
Top