summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-30Clean up mbed_onekeytmk
2014-07-30Mkdir rn42tmk
2014-07-30Add rn42_tasktmk
2014-07-30Fix rn42.h APItmk
2014-07-30Add software UART and battery monitortmk
2014-07-30Fix configure mode of RN-42tmk
2014-07-30Update MEMO.txttmk
2014-07-30Update TODOtmk
2014-07-30Change keymap for rn42tmk
- rn42 doesn't support mouse button 4 and 5 - rn42 deosn't support browser back and forward
2014-07-30Fix consumer key bugtmk
2014-07-30Add RN-42 Bluetooth module supporttmk
2014-07-30Change buffer size: 256 bytestmk
2014-07-30Ad hoc fix of command APItmk
2014-07-30Add initial files for RN-42tmk
2014-07-30Fix for new API(key_t to keypos_t)tmk
2014-07-30Fix timer.h to include AVR specific headertmk
2014-07-30Port action_* to mbedtmk
2014-07-30Merge branch 'mbed' into devtmk
2014-07-30Add checksum tool for NXP LPCtmk
2014-07-30Add LED indicator support in mbedtmk
2014-07-30Port ps2_usb to mbedtmk
2014-07-30Fix build files for mbedtmk
2014-07-30Fix common files for mbedtmk
2014-07-30Fix debug.h and remove debug_config.htmk
2014-07-30Port action_* to mbedtmk
2014-07-30Fix print and timertmk
2014-07-30Port timer to mbedtmk
2014-07-30Add keyboard/mbed_onekeytmk
2014-07-27updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn
serial_mouse_mousesystems.c are new
2014-07-27serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn
macro
2014-07-27factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn
2014-07-27integrated serial mouse drivers as a feature into the firmware architectureRobin 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-27fixed PS/2 keyboard converter configRobin Haberkorn
When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states.
2014-07-27added serial mouse driver for Microsoft and Mousesystems miceRobin 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-21Just ignore ADB Service Requesttmk
- to support Adjustable keyboard(composite device?)
2014-07-20Fix 'debug-off' target of hhkb to remove 'print'tmk
2014-07-20Fix NKRO code when NKRO is disabletmk
2014-07-10Fix READEM of hhkb and doc/build.mdtmk
2014-07-09Fix document on HHKB internaltmk
2014-07-09Add HHKB JP supporttmk
- scan matrix about twice faster
2014-07-07Merge pull request #124 from kairyu/6krotmk
USB 6KRO with pseudo- or half- NKRO feature
2014-07-07Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
2014-07-07Merge pull request #125 from tibounise/patch-1tmk
Fixing typo
2014-07-07Merge pull request #126 from xauser/mastertmk
Added support for bpiphany's Kitten Paw controller
2014-06-27Added support for bpiphany's Kitten Paw controller (Costar Majestouch)Ralf Schmitt
2014-06-22Change keymaps of M0110tmk
2014-06-20Fixing typoTiBounise
2014-06-15Fix debug print of ps2_mousetmk
2014-06-12Fix keymap of ps2_usbtmk
2014-06-12Add Ctrl + Up(SpaceFN) -> PgUptmk