summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Add repeating of Fn key with alt keycode.tmk2012-10-17
| |
| * changes function name keyboard_proc to keyboard_tasktmk2012-10-17
| |
| * Initial version of new code for layer switch is added.tmk2012-10-17
|/
* Fix: Makefiletmk2012-10-17
|
* Fix MCU name macro in bootloader.c.tmk2012-10-15
|
* ADB conveter uses plain vanila keymap now.tmk2012-10-15
|
* Merge pull request #8 from JeffreySung/mastertmk2012-10-14
|\ | | | | Apple IIgs(A9M0330)/Standard(M0116) keyboard
| * Debounce bug fixedJeffrey Sung2012-10-09
| |
| * Power key supportJeffrey Sung2012-10-08
| | | | | | | | debounce issue exists
| * CapsLock SupportJeffrey Sung2012-09-17
| | | | | | | | Don't define DEBOUNCE.
| * Apple IIgs/Standard KeyboardJeffrey Sung2012-09-17
| |
* | Fix PS/2 protocol build optionstmk2012-10-14
| |
* | Change keymap of ADB converter.tmk2012-09-21
| |
* | To prevent key stuck clear matrix array when ADB error occurs.tmk2012-09-20
| |
* | ad hoc fix for wrong bit read problem of adb.c.tmk2012-09-19
|/
* converter/usb_usb: Change keymap.tmk2012-09-06
|
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-06
|
* Add converter/usb_usb/READMEtmk2012-09-05
|
* Merge branch 'usb_hid'tmk2012-09-04
|\
| * usb_hid: workaround for compile on Windows.tmk2012-09-04
| |
| * usb_hid: Fix timer size uint16_t to uint32_t;tmk2012-09-02
| |
| * Add submodule USB_Host_Shield_2.0 from my repositry.tmk2012-09-02
| |
| * Remove submodule USB_Host_Shield_2.0(original).tmk2012-09-01
| |
| * Add USB to USB converter. unmature.tmk2012-08-28
| |
| * test build of 'Host shield' in minimal env.tmk2012-08-28
| |
| * Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.tmk2012-08-28
| |
| * Add USB HID(host) protocol.(not finished)tmk2012-08-28
|/
* Fix the way of sending out IN packet.tmk2012-08-28
| | | | | This fixes problem that it losts keycode when send keycodes in row in layer.c. Undef CONSOLE_ENABLE build option makes this problem clear.
* Add CONSOLE_ENABLE build option to LUFA.tmk2012-07-20
|
* Change keymap of hhkb/macway.tmk2012-07-09
|
* Interrupt driven Control ep and Console tasktmk2012-07-08
|
* Fix LUFA descriptor of Extra for Windowstmk2012-07-02
| | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
* Merge branch 'lufa'tmk2012-06-30
|\
| * Fix Makefiles.tmk2012-06-30
| |
| * Add support of USBasp bootloader.tmk2012-06-30
| |
| * Add Makefile.lufa to keyboard/hhkb and hbkb.tmk2012-06-30
| |
| * Fix bootloader.ctmk2012-06-30
| |
| * confirm SetReport LED.tmk2012-06-29
| |
| * Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk2012-06-29
| |
| * Make console compatible with PJRC hid_listen.tmk2012-06-28
| |
| * Add protocol/lufa. LUFA supported now.tmk2012-06-28
| |
| * Add consumer/system control feature to LUFA.tmk2012-06-28
| |
| * Add LUFA mouse feature and fix mouse report.tmk2012-06-28
| | | | | | | | | | | | - add LUFA boot mouse feature - remove report_id from mouse report - fix LUFA descriptor
| * clean descriptor setting. Remove keyboard OUT Endpoint.tmk2012-06-28
| | | | | | | | | | - to make descriptor get VID/PID/Version from config.h. - remove keyboard out endpoint. Instead host can use control request.
| * Add sendchar with Generic HID to support debug print.tmk2012-06-27
| |
| * initial attempt for LUFA.tmk2012-06-26
|/ | | | | Add keyboard/lufa macway keyobard with LUFA. Add new program target to rule.mk; flip, dfu and teensy
* Add a keymap layer into ADB converter.tmk2012-06-18
|
* Change pin configurationa and keymap.tmk2012-06-15
|
* Fix README.md: remove bad linkstmk2012-06-11
|
* Merge branch 'newdir'tmk2012-06-11
|\