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
10 years ago
Robin Haberkorn
388fe60c67
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.
10 years ago
TiBounise
91b65c0a54
Fixing typo
11 years ago
tmk
aad92d81cb
Fix keymap of ps2_usb
11 years ago
tmk
7209c1d387
Add Makefiles for TMK converters.
11 years ago
Thomas Russell Murphy
3ee5f565ae
Spellchecking converter README files.
11 years ago
tmk
c9dee36e42
Make ps2_usart default and fix SpaceFN
11 years ago
tmk
e3bcdd8211
Add SpaceFN keymap and JIS keymap
11 years ago
tmk
0b9c0f6012
Add new keymap file
11 years ago
tmk
10b2b1ae43
Fix key stack and PS/2 Overrun
11 years ago
tmk
9d26053f1c
Fix ps2_host_recv_response
11 years ago
tmk
9ae9742ac5
Add ps2_busywait.c and recfactor PS/2 protocol
11 years ago
tmk
04c9501574
Fix Makfile and config.h for LUFA in ps2_usb
11 years ago
tmk
b9fe36f237
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
11 years ago
tmk
ee109d68d6
Delete MOUSEKEY_DELAY_TIME in config.h
11 years ago
tmk
540d0700dc
Remove common/controller_teensy.h
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
8a81986191
Fix keymap to adjust new keyboard.c.
12 years ago
tmk
ce2e06c394
Fix projects for new keycodes
12 years ago
tmk
1ac674db66
Fix PS/2 protocol build options
12 years ago
tmk
2769f09d11
Fix Makefiles.
13 years ago
tmk
afb0846208
Made directories for keyboard and converter projects.
13 years ago