there's no KC_/, KC_*, KC_- etc. defined, which makes total sense.
look here , the stuff you are looking for should be starting line 94
Thanks Ray! That was it exactly. I've bookmarked this URL now for future reference. I also had another error that came up because I had commented out the LED.c ...
Search found 2 matches
- 03 Jul 2017, 13:49
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 408943
- 01 Jul 2017, 17:33
- Forum: Workshop
- Topic: How to build your very own keyboard firmware
- Replies: 711
- Views: 408943
So I am trying to build my first custom Keyboard device. I decided to start simple with a Numpad. I also decided to go cheap so I bought a 3 pack of Kookye Pro Micro's (Lenardo Arduino) microcontrollers. I've got my matrix wired and now I'm working through the code here to try to make a simple 5 row ...