Search found 6 matches

by obones
01 Feb 2016, 11:02
Forum: Workshop
Topic: Teensy with TMK firmware in composite mode
Replies: 5
Views: 2539

I finally received the missing parts, and you were definitely right, there are no diodes or anything else in the keyboard. So I was able to figure out assignments and am now moving to the next step.

Thanks for your help.
by obones
13 Jan 2016, 10:49
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 406544

No you can't, you should use an ACTION_FUNCTION with your own implementation of the void action_function(keyrecord_t *event, uint8_t id, uint8_t opt) callback
Have a look at the following page, section 2.4:
https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/keymap.md

You'll find some ...
by obones
11 Jan 2016, 09:22
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 406544

Well, without the exact error messages it's hard to help.
And, if you look at messages, always look at the first and solve it, the following ones usually are a consequence of the first.

Finally, you are using 17 columns, which is above 16 and may lead to problems, as explained here:

https://github ...
by obones
30 Dec 2015, 16:46
Forum: Workshop
Topic: Teensy with TMK firmware in composite mode
Replies: 5
Views: 2539

Hello again,

I have received my Teensy++ board and it's working just fine and because I'm still waiting for the flatflex connectors, I decided to start working on the software part.
I made a fork of TMK's github project here: https://github.com/obones/tmk_keyboard/tree/presario_2710/keyboard ...
by obones
16 Dec 2015, 10:43
Forum: Workshop
Topic: Teensy with TMK firmware in composite mode
Replies: 5
Views: 2539

Thanks for the reply.

Thanks for the indications in the source, it will help me get started.
I have programmed some PIC microcontrollers in the past, so I'm not in foreign land here.

I have looked up the pinout for the Teensy++ and the USART is located on the same port, so it should work fine. I ...
by obones
11 Dec 2015, 17:40
Forum: Workshop
Topic: Teensy with TMK firmware in composite mode
Replies: 5
Views: 2539

Teensy with TMK firmware in composite mode

Hello all,

As I'm trying to find some use to a dead laptop sitting around here, I came up with the idea to use it as a KVM for a server.
With the help of a dedicated controller board, I got the original LCD to display the server image via a standard VGA connection.
But now, I'm moving on to the ...

Go to advanced search