| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-30 | Update MEMO.txt | ||
| 2014-07-30 | Add connection indicator | ||
| 2014-07-30 | Add initial setting of Linked pin | ||
| 2014-07-30 | Add battery monitor and LED control | ||
| 2014-07-30 | Add help message | ||
| 2014-07-30 | Add rn42_lined(): connection status(GPIO2) | ||
| 2014-07-30 | Add flow control by firmware to serial_uart | ||
| 2014-07-30 | Clean up mbed_onekey | ||
| 2014-07-30 | Mkdir rn42 | ||
| 2014-07-30 | Add rn42_task | ||
| 2014-07-30 | Fix rn42.h API | ||
| 2014-07-30 | Add software UART and battery monitor | ||
| 2014-07-30 | Fix configure mode of RN-42 | ||
| 2014-07-30 | Update MEMO.txt | ||
| 2014-07-30 | Update TODO | ||
| 2014-07-30 | Change keymap for rn42 | ||
| - rn42 doesn't support mouse button 4 and 5 - rn42 deosn't support browser back and forward | |||
| 2014-07-30 | Fix consumer key bug | ||
| 2014-07-30 | Add RN-42 Bluetooth module support | ||
| 2014-07-30 | Change buffer size: 256 bytes | ||
| 2014-07-30 | Ad hoc fix of command API | ||
| 2014-07-30 | Add initial files for RN-42 | ||
| 2014-07-30 | Fix for new API(key_t to keypos_t) | ||
| 2014-07-30 | Fix timer.h to include AVR specific header | ||
| 2014-07-30 | Port action_* to mbed | ||
| 2014-07-30 | Merge branch 'mbed' into dev | ||
| 2014-07-30 | Add checksum tool for NXP LPC | ||
| 2014-07-30 | Add LED indicator support in mbed | ||
| 2014-07-30 | Port ps2_usb to mbed | ||
| 2014-07-30 | Fix build files for mbed | ||
| 2014-07-30 | Fix common files for mbed | ||
| 2014-07-30 | Fix debug.h and remove debug_config.h | ||
| 2014-07-30 | Port action_* to mbed | ||
| 2014-07-30 | Fix print and timer | ||
| 2014-07-30 | Port timer to mbed | ||
| 2014-07-30 | Add keyboard/mbed_onekey | ||
| 2014-07-27 | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | ||
| serial_mouse_mousesystems.c are new | |||
| 2014-07-27 | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | ||
| macro | |||
| 2014-07-27 | factored out serial_mouse_init() into serial_mouse.h | ||
| 2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | ||
| * 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 | ||
| 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 | ||
| * 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 | ||
| - to support Adjustable keyboard(composite device?) | |||
| 2014-07-20 | Fix 'debug-off' target of hhkb to remove 'print' | ||
| 2014-07-20 | Fix NKRO code when NKRO is disable | ||
| 2014-07-10 | Fix READEM of hhkb and doc/build.md | ||
| 2014-07-09 | Fix document on HHKB internal | ||
| 2014-07-09 | Add HHKB JP support | ||
| - scan matrix about twice faster | |||
| 2014-07-07 | Merge pull request #124 from kairyu/6kro | ||
| USB 6KRO with pseudo- or half- NKRO feature | |||
| 2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | ||
| Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||
| 2014-07-07 | Merge pull request #125 from tibounise/patch-1 | ||
| Fixing typo | |||