/ 8 7 6 \
| 5 4 3 |
\_ 2 1 _/
- \_____/
+ \_____/
(receptacle)
Wiring:
means no keys pressed.
0xFE Layout Response
0xFF Reset Response(followed by 0x04)
-
+
### Reference
- http://kentie.net/article/sunkbd/page2.htm
- http://kentie.net/article/sunkbd/KBD.pdf
Build Firmware
--------------
-Just use 'make'
+For TMK converter with ATmega32U2 just run `make` to build firmware hex file.
+For other DIY converters with ATmega32U4 like Teensy2 or Pro Micro use `make -f Makefile.atmega32u4` instead of `make`.
$ cd sun_usb
$ make
-Then, load the binary to MCU with your favorite programmer.
+Then, load the hex file into MCU with your favorite programmer. If you have `dfu-programmer` installed you can use `make dfu`.
+
+ $ make dfu
+
Keyboard Control