Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | Add files missing for JP support. | tmk | |
2014-08-20 | Add support for HHKB JP | tmk | |
2014-08-01 | Add build option and Sun specific commands | tmk | |
2014-07-30 | Update MEMO.txt | tmk | |
2014-07-30 | Add connection indicator | tmk | |
2014-07-30 | Add initial setting of Linked pin | tmk | |
2014-07-30 | Add battery monitor and LED control | tmk | |
2014-07-30 | Add help message | tmk | |
2014-07-30 | Add rn42_lined(): connection status(GPIO2) | tmk | |
2014-07-30 | Add flow control by firmware to serial_uart | tmk | |
2014-07-30 | Clean up mbed_onekey | tmk | |
2014-07-30 | Mkdir rn42 | tmk | |
2014-07-30 | Add rn42_task | tmk | |
2014-07-30 | Fix rn42.h API | tmk | |
2014-07-30 | Add software UART and battery monitor | tmk | |
2014-07-30 | Fix configure mode of RN-42 | tmk | |
2014-07-30 | Update MEMO.txt | tmk | |
2014-07-30 | Update TODO | tmk | |
2014-07-30 | Change keymap for rn42 | tmk | |
- rn42 doesn't support mouse button 4 and 5 - rn42 deosn't support browser back and forward | |||
2014-07-30 | Fix consumer key bug | tmk | |
2014-07-30 | Add RN-42 Bluetooth module support | tmk | |
2014-07-30 | Change buffer size: 256 bytes | tmk | |
2014-07-30 | Ad hoc fix of command API | tmk | |
2014-07-30 | Add initial files for RN-42 | tmk | |
2014-07-30 | Fix for new API(key_t to keypos_t) | tmk | |
2014-07-30 | Fix timer.h to include AVR specific header | tmk | |
2014-07-30 | Port action_* to mbed | tmk | |
2014-07-30 | Merge branch 'mbed' into dev | tmk | |
2014-07-30 | Add checksum tool for NXP LPC | tmk | |
2014-07-30 | Add LED indicator support in mbed | tmk | |
2014-07-30 | Port ps2_usb to mbed | tmk | |
2014-07-30 | Fix build files for mbed | tmk | |
2014-07-30 | Fix common files for mbed | tmk | |
2014-07-30 | Fix debug.h and remove debug_config.h | tmk | |
2014-07-30 | Port action_* to mbed | tmk | |
2014-07-30 | Fix print and timer | tmk | |
2014-07-30 | Port timer to mbed | tmk | |
2014-07-30 | Add keyboard/mbed_onekey | 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 | |