tmk
4799c99b4d
Add serialmouser_usb project
2014-08-26 17:46:41 +09:00
tmk
c672cbc31c
Add option 7bit data to serial_soft.c
2014-08-26 17:39:04 +09:00
tmk
c4530ab0a8
Add serial_mouse_task in keyboard.c
2014-08-26 17:36:44 +09:00
tmk
8f5f25fcd5
Revert lufa/lufa.c
2014-08-26 17:35:16 +09:00
tmk
8b9c61ade5
Revert ps2_usb/Makefile and config.h
2014-08-26 17:34:10 +09:00
tmk
b316f19871
Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into rhaberkorn-serial-mouse
2014-08-26 05:02:37 +09:00
tmk
10eb70acb4
Merge pull request #134 from xauser/master
...
Support for Lightpad keypad
2014-08-26 04:59:43 +09:00
Ralf Schmitt
af19f56ec9
Support for Lightpad keypad
2014-08-24 16:31:12 +02:00
tmk
28c1bf294c
Add files missing for JP support.
2014-08-24 09:51:21 +09:00
tmk
4f22a45b99
Add support for HHKB JP
2014-08-20 13:36:15 +09:00
tmk
523cc6aa2e
Add build option and Sun specific commands
2014-08-01 13:26:42 +09:00
tmk
17f22da3cf
Update MEMO.txt
2014-07-30 14:38:27 +09:00
tmk
e4b9541041
Add connection indicator
2014-07-30 14:38:27 +09:00
tmk
f441ad07cc
Add initial setting of Linked pin
2014-07-30 14:38:27 +09:00
tmk
ae28b16fc6
Add battery monitor and LED control
2014-07-30 14:38:27 +09:00
tmk
21e68fbea4
Add help message
2014-07-30 14:38:27 +09:00
tmk
4b2b32a14b
Add rn42_lined(): connection status(GPIO2)
2014-07-30 14:38:26 +09:00
tmk
3e7875455e
Add flow control by firmware to serial_uart
2014-07-30 14:38:26 +09:00
tmk
50bcaa66c4
Clean up mbed_onekey
2014-07-30 14:38:26 +09:00
tmk
59ea5e02f7
Mkdir rn42
2014-07-30 14:38:26 +09:00
tmk
b4e4f599df
Add rn42_task
2014-07-30 14:38:26 +09:00
tmk
fa545c87f7
Fix rn42.h API
2014-07-30 14:38:26 +09:00
tmk
862f519e24
Add software UART and battery monitor
2014-07-30 14:38:26 +09:00
tmk
01fa462e2c
Fix configure mode of RN-42
2014-07-30 14:38:26 +09:00
tmk
1619d68cb2
Update MEMO.txt
2014-07-30 14:38:26 +09:00
tmk
6cec158d1a
Update TODO
2014-07-30 14:38:26 +09:00
tmk
faf9adb315
Change keymap for rn42
...
- rn42 doesn't support mouse button 4 and 5
- rn42 deosn't support browser back and forward
2014-07-30 14:38:26 +09:00
tmk
cd86104377
Fix consumer key bug
2014-07-30 14:38:26 +09:00
tmk
31a298f9d9
Add RN-42 Bluetooth module support
2014-07-30 14:38:26 +09:00
tmk
be19b2bf32
Change buffer size: 256 bytes
2014-07-30 14:38:26 +09:00
tmk
47bc3016d3
Ad hoc fix of command API
2014-07-30 14:38:25 +09:00
tmk
4069776c02
Add initial files for RN-42
2014-07-30 14:38:25 +09:00
tmk
ea60dae6e6
Fix for new API(key_t to keypos_t)
2014-07-30 14:38:25 +09:00
tmk
54aee16a84
Fix timer.h to include AVR specific header
2014-07-30 14:38:25 +09:00
tmk
2e0e21d444
Port action_* to mbed
2014-07-30 14:38:25 +09:00
tmk
adbb86b1ec
Merge branch 'mbed' into dev
2014-07-30 14:37:05 +09:00
tmk
a9f5f201ad
Add checksum tool for NXP LPC
2014-07-30 14:07:43 +09:00
tmk
b4a91ecf4e
Add LED indicator support in mbed
2014-07-30 14:07:43 +09:00
tmk
4c8e0fd0bd
Port ps2_usb to mbed
2014-07-30 14:07:43 +09:00
tmk
80c3ff5fa0
Fix build files for mbed
2014-07-30 14:07:43 +09:00
tmk
e81c70149e
Fix common files for mbed
2014-07-30 14:07:43 +09:00
tmk
ee70fe59ee
Fix debug.h and remove debug_config.h
2014-07-30 14:07:43 +09:00
tmk
c67ae2a6b5
Port action_* to mbed
2014-07-30 14:07:43 +09:00
tmk
04fe78ee0a
Fix print and timer
2014-07-30 14:07:43 +09:00
tmk
867f115bee
Port timer to mbed
2014-07-30 14:07:43 +09:00
tmk
f15b2691c9
Add keyboard/mbed_onekey
2014-07-30 14:07:43 +09:00
Robin Haberkorn
03fd4a6ff0
updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesystems.c are new
2014-07-27 17:58:41 +02:00
Robin Haberkorn
eb90284494
serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro
2014-07-27 17:38:32 +02:00
Robin Haberkorn
0bfba7acc4
factored out serial_mouse_init() into serial_mouse.h
2014-07-27 17:38:31 +02:00
Robin Haberkorn
7dde35d4f7
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 17:38:31 +02:00