Author Topic: OneKeyBoard pins?  (Read 40079 times)

0 Members and 1 Guest are viewing this topic.

Offline exodious

  • Thread Starter
  • Posts: 0
OneKeyBoard pins?
« on: Tue, 01 August 2017, 22:49:59 »
Can anyone tell me what the pins are (as in port and bit) for the keyswitch, keyswitch led, and the built in led for the OneKeyBoard? Thanks in advance.

Offline monkbroc

  • Posts: 0
Re: OneKeyBoard pins?
« Reply #1 on: Mon, 02 October 2017, 19:55:35 »
I just got a TeckKeys OneKey keyboard (https://techkeys.us/collections/accessories/products/onekeyboard) today and I had to trace the PCB since I couldn't find documentation for it.

The corner LED is port D pin 4
The key LED is port D pin 3
The key switch is port B pin 1

I posted the code I flashed to the keyboard on GitHub. https://github.com/monkbroc/techkeys_onekey

Cheers!