Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Disable JTAG function for hid_liber to use PORTF. | tmk | 2012-11-11 | 1 | -0/+4 | |
| | | ||||||
| * | Fix copyright and license notices. | tmk | 2012-11-10 | 4 | -19/+13 | |
| | | ||||||
| * | Rename to hid_liber. | tmk | 2012-11-10 | 6 | -0/+0 | |
| | | ||||||
| * | Add comments on keymap.c. | tmk | 2012-11-10 | 1 | -120/+84 | |
| | | ||||||
| * | Add initial files for hid_libre. | tmk | 2012-11-10 | 6 | -0/+733 | |
|/ | ||||||
* | Fix image link 3 :( | tmk | 2012-11-01 | 1 | -3/+6 | |
| | ||||||
* | Fix image link 2 | tmk | 2012-11-01 | 1 | -3/+3 | |
| | ||||||
* | Fix image link in README.md | tmk | 2012-11-01 | 1 | -3/+3 | |
| | ||||||
* | Improve documentation | tmk | 2012-11-01 | 4 | -233/+201 | |
| | ||||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 7 | -46/+4 | |
| | ||||||
* | Merge branch 'print' | tmk | 2012-10-27 | 7 | -89/+242 | |
|\ | ||||||
| * | Add print_dec() and debug_dec(). | tmk | 2012-10-27 | 6 | -67/+130 | |
| | | ||||||
| * | Add print utility | tmk | 2012-10-23 | 4 | -72/+162 | |
|/ | ||||||
* | Merge branch 'sun' | tmk | 2012-10-21 | 7 | -18/+118 | |
|\ | ||||||
| * | Add extra commands Bell/Click to Sun converter | tmk | 2012-10-21 | 2 | -0/+44 | |
| | | ||||||
| * | Add LED feature to Sun converter | tmk | 2012-10-21 | 5 | -18/+74 | |
|/ | ||||||
* | Fix mousekey parameter bug | tmk | 2012-10-21 | 1 | -1/+1 | |
| | ||||||
* | Fix keymap to adjust new keyboard.c. | tmk | 2012-10-19 | 12 | -48/+48 | |
| | ||||||
* | Merge branch 'sun' | tmk | 2012-10-19 | 10 | -2/+765 | |
|\ | ||||||
| * | Use software serial for Sun. | tmk | 2012-10-19 | 9 | -279/+284 | |
| | | ||||||
| * | Add Sun converter initial files. | tmk | 2012-10-18 | 8 | -0/+758 | |
|/ | ||||||
* | Merge branch 'layerfix' | tmk | 2012-10-18 | 61 | -1585/+2261 | |
|\ | ||||||
| * | Add child proof keyboard locking feature! | tmk | 2012-10-18 | 3 | -5/+22 | |
| | | | | | | | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE | |||||
| * | Fix projects for new keycodes | tmk | 2012-10-17 | 30 | -424/+422 | |
| | | ||||||
| * | Fix HHKB iWRAP build | tmk | 2012-10-17 | 3 | -10/+13 | |
| | | ||||||
| * | Fix HHKB keymap | tmk | 2012-10-17 | 1 | -3/+3 | |
| | | ||||||
| * | HHKB scan matrix: fix wait time on power on | tmk | 2012-10-17 | 1 | -9/+12 | |
| | | ||||||
| * | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 5 | -84/+400 | |
| | | ||||||
| * | Add Mousekey parameters and accel keys. | tmk | 2012-10-17 | 4 | -63/+103 | |
| | | ||||||
| * | Fix commands | tmk | 2012-10-17 | 6 | -51/+64 | |
| | | ||||||
| * | Fix use of default_layer | tmk | 2012-10-17 | 1 | -12/+20 | |
| | | ||||||
| * | Fix layer switching and host API. | tmk | 2012-10-17 | 4 | -156/+194 | |
| | | ||||||
| * | Add subset of Xorg MouseKey acceleration parameters. | tmk | 2012-10-17 | 1 | -28/+74 | |
| | | ||||||
| * | Fix build option MOUSEKEY_ENABLE. | tmk | 2012-10-17 | 4 | -18/+34 | |
| | | ||||||
| * | Clean host.h interface. | tmk | 2012-10-17 | 6 | -121/+80 | |
| | | ||||||
| * | Add keycode.h and remove usb_keycodes.h. | tmk | 2012-10-17 | 8 | -532/+536 | |
| | | ||||||
| * | Add consumer/system usage support. | tmk | 2012-10-17 | 5 | -38/+141 | |
| | | ||||||
| * | Add repeating of Fn key with alt keycode. | tmk | 2012-10-17 | 2 | -7/+22 | |
| | | ||||||
| * | changes function name keyboard_proc to keyboard_task | tmk | 2012-10-17 | 4 | -4/+4 | |
| | | ||||||
| * | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 19 | -489/+586 | |
|/ | ||||||
* | Fix: Makefile | tmk | 2012-10-17 | 2 | -3/+4 | |
| | ||||||
* | Fix MCU name macro in bootloader.c. | tmk | 2012-10-15 | 1 | -1/+1 | |
| | ||||||
* | ADB conveter uses plain vanila keymap now. | tmk | 2012-10-15 | 1 | -49/+4 | |
| | ||||||
* | Merge pull request #8 from JeffreySung/master | tmk | 2012-10-14 | 9 | -0/+737 | |
|\ | | | | | Apple IIgs(A9M0330)/Standard(M0116) keyboard | |||||
| * | Debounce bug fixed | Jeffrey Sung | 2012-10-09 | 2 | -7/+12 | |
| | | ||||||
| * | Power key support | Jeffrey Sung | 2012-10-08 | 3 | -151/+160 | |
| | | | | | | | | debounce issue exists | |||||
| * | CapsLock Support | Jeffrey Sung | 2012-09-17 | 3 | -125/+158 | |
| | | | | | | | | Don't define DEBOUNCE. | |||||
| * | Apple IIgs/Standard Keyboard | Jeffrey Sung | 2012-09-17 | 9 | -0/+690 | |
| | | ||||||
* | | Fix PS/2 protocol build options | tmk | 2012-10-14 | 11 | -320/+503 | |
| | | ||||||
* | | Change keymap of ADB converter. | tmk | 2012-09-21 | 4 | -46/+45 | |
| | |