diff options
author | tmk <tmk@users.noreply.github.com> | 2014-08-26 04:59:43 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-08-26 04:59:43 +0900 |
commit | 10eb70acb4c8a03fc5bda32d9c23fc41266aef7a (patch) | |
tree | 635e533dfce7b8193872013831b1d62088748d62 /keyboard/lightpad/README.md | |
parent | 523cc6aa2ed0879c2d297e7060de2962987c8c7a (diff) | |
parent | af19f56ec98d27ab939b024effefcbebbab8f125 (diff) |
Merge pull request #134 from xauser/master
Support for Lightpad keypad
Diffstat (limited to 'keyboard/lightpad/README.md')
-rw-r--r-- | keyboard/lightpad/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboard/lightpad/README.md b/keyboard/lightpad/README.md new file mode 100644 index 0000000000..b21cccc6a2 --- /dev/null +++ b/keyboard/lightpad/README.md @@ -0,0 +1,24 @@ +Lightpad keypad firmware +====================== +Korean custom keypad designed by Duck. + +*Note that this is not the official firmware* + + +Supported models +---------------- +All pcb options are supported. + + +Build +----- +Move to this directory then just run `make` like: + + $ make -f Makefile.lufa + + +Bootloader +--------- +The PCB is hardwired to run the bootloader if the key at the `top left` position is held down when connecting the keyboard. + +It is still possible to use Boot Magic and Command to access the bootloader though. |