Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-24 | Add TMK converter support to Next converter | tmk | |
- change protocol stack to LUFA | |||
2014-09-22 | Merge branch 'usb_usb_fix' | tmk | |
2014-09-22 | Merge branch 'scottjad-master' into usb_usb_fix | tmk | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | |
2014-09-14 | usb_usb: Remove mention of downloading LUFA | Scott Jaderholm | |
2014-09-14 | usb_usb: Remove mention of merged usb_hid branch | Scott Jaderholm | |
2014-08-26 | Merge branch 'rhaberkorn-serial-mouse' | tmk | |
2014-08-26 | Add serialmouser_usb project | tmk | |
2014-08-26 | Add option 7bit data to serial_soft.c | tmk | |
2014-08-26 | Add serial_mouse_task in keyboard.c | tmk | |
2014-08-26 | Revert lufa/lufa.c | tmk | |
2014-08-26 | Revert ps2_usb/Makefile and config.h | tmk | |
2014-08-26 | Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵ | tmk | |
rhaberkorn-serial-mouse | |||
2014-08-26 | Merge pull request #134 from xauser/master | tmk | |
Support for Lightpad keypad | |||
2014-08-24 | Support for Lightpad keypad | Ralf Schmitt | |
2014-08-01 | Add build option and Sun specific commands | tmk | |
2014-07-27 | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | Robin Haberkorn | |
serial_mouse_mousesystems.c are new | |||
2014-07-27 | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | Robin Haberkorn | |
macro | |||
2014-07-27 | factored out serial_mouse_init() into serial_mouse.h | Robin Haberkorn | |
2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | |
* can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or SERIAL_MOUSE_MOUSESYSTEMS_ENABLE. * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and SERIAL_MOUSE_USE_UART macros * UART configuration still has to be done in config.h: I added working clauses for both mouse protocols to ps2_usb's config.h | |||
2014-07-27 | fixed PS/2 keyboard converter config | Robin Haberkorn | |
When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states. | |||
2014-07-27 | added serial mouse driver for Microsoft and Mousesystems mice | Robin Haberkorn | |
* Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work. | |||
2014-07-21 | Just ignore ADB Service Request | tmk | |
- to support Adjustable keyboard(composite device?) | |||
2014-07-20 | Fix 'debug-off' target of hhkb to remove 'print' | tmk | |
2014-07-20 | Fix NKRO code when NKRO is disable | tmk | |
2014-07-10 | Fix READEM of hhkb and doc/build.md | tmk | |
2014-07-09 | Fix document on HHKB internal | tmk | |
2014-07-09 | Add HHKB JP support | tmk | |
- scan matrix about twice faster | |||
2014-07-07 | Merge pull request #124 from kairyu/6kro | tmk | |
USB 6KRO with pseudo- or half- NKRO feature | |||
2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||
2014-07-07 | Merge pull request #125 from tibounise/patch-1 | tmk | |
Fixing typo | |||
2014-07-07 | Merge pull request #126 from xauser/master | tmk | |
Added support for bpiphany's Kitten Paw controller | |||
2014-06-27 | Added support for bpiphany's Kitten Paw controller (Costar Majestouch) | Ralf Schmitt | |
2014-06-22 | Change keymaps of M0110 | tmk | |
2014-06-20 | Fixing typo | TiBounise | |
2014-06-15 | Fix debug print of ps2_mouse | tmk | |
2014-06-12 | Fix keymap of ps2_usb | tmk | |
2014-06-12 | Add Ctrl + Up(SpaceFN) -> PgUp | tmk | |
2014-06-12 | Make keymap_hhkb as default and change keymap_hasu | tmk | |
2014-05-21 | Add ISO keymap(issue #35) and use new keymap API | tmk | |
2014-05-13 | New branch for 6KRO feature | Kai Ryu | |
2014-04-29 | Fix set LED for NKRO keyboard interface | tmk | |
2014-04-29 | Unused endpoint of console OUT is commentout'd | tmk | |
2014-04-29 | Add Makefiles for TMK converters. | tmk | |
2014-04-28 | Fix remotewakeup of PJRC stack(Fix #121) | tmk | |
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that | |||
2014-04-28 | Check if LUFA-git really exists(Fix #118) | tmk | |
2014-04-27 | NKRO is disable when SET_PROTOCOL(boot) | tmk | |
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | |||
2014-04-27 | Make NKRO deafult when it is available | tmk | |
- NKRO is used only when keyboard_protocol = 1(report) | |||
2014-04-25 | Change MCU setting to ATmega32U2 | tmk | |
2014-04-25 | Fix description of pin usage | tmk | |