Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 2 of 2

Thread: Custom Teensyduino Keyboard

  1. #1
    Junior Member
    Join Date
    Jul 2019
    Posts
    18

    Custom Teensyduino Keyboard

    Hello guys.

    I've pretty much always wanted to build my own DIY rgb usb keyboard, with a couple of lcd pushbuttons as custom function keys. The keyboard will be powered by a Teensy 3.6. Or the new 4.

    My only hiccup is talking to the PC. I've toyed with KeyboardController in the past, sending the keys to the PC is no biggie. The problem is the PC talking back to a standard keyboard.

    I've read online that you can include a custom field in the usb descriptors.
    I'd be very interested in using a solution like, say a 8 byte report, in place of normal serial communication - many places I've worked at block com ports, for example.

    Is it doable?

  2. #2
    Junior Member
    Join Date
    Jul 2019
    Posts
    18
    https://www.pjrc.com/teensy/rawhid.html

    in addition, editing usb_desc.h you can easily add your own KEYBOARD + RAWHID device descriptor.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •