tmk
fd49c69d1a
added config option: MATRIX_HAS_GHOST and fixed some on matrix.c
...
ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic.
FIX: choose matrix buffer type(uint8_t/uint16_t) automatically
depending on column size in matrix.c.
FIX: use uint8_t insted of int in matrix.c.
14 years ago
tmk
590235d4bc
add "Build your own firmware" and "Features" section to README.
14 years ago
tmk
6b0c939d72
add a build option: USB_EXTRA_ENABLE
14 years ago
tmk
7272c65d3d
add error handling to ps2_mouse
14 years ago
tmk
2a562a4191
Add PS/2 mouse support to connect TrackPoint Unit.
...
Change build options: Makefile and config.h. See README.
14 years ago
tmk
1ed336a064
change keyboard report descriptor for NKRO.
...
It uses 1byte for modifiers and 15bytes(120bits) for keys now.
14 years ago
tmk
51f17f0231
add build option: NKRO_ENABLE(remove: USB_12KRO)
14 years ago
tmk
66ece29b0e
tuning layer switch timing.
14 years ago
tmk
37ced39ae2
add build option USB_12KRO.
14 years ago
tmk
d6da554687
support 12KRO
14 years ago
tmk
9019c901dd
add system controls(power down/wake up) from generic desktop page(HID)
14 years ago
tmk
02d955e9fe
add audio controls from consumer page(HID)
14 years ago
tmk
8240e606d4
change hhkb/keymap
14 years ago
tmk
8fc6c265d1
Merge branch 'led'
14 years ago
tmk
2ca3ab18a2
output previous key state on TP1684 when scaning matrix.
14 years ago
tmk
74b3e591fc
FIX: LED debug
14 years ago
tmk
89feab2301
repeating Fn key: press twice quickly to repeat.
14 years ago
tmk
a31b31e717
revise Fn key processing.
14 years ago
tmk
45d4a7a898
improve layer switching
14 years ago
tmk
6c3b9a2ded
ADD: macway/doc
...
FIX: keymap
14 years ago
tmk
46545c0380
v2.0: HHKB/Macway support merged
14 years ago
tmk
2f80e790c6
new build method for macway
14 years ago
tmk
461e0d3d8c
ADD: keymap macro for human to read easier
...
ADD: controller.h for controller board definition(teensy)
ADD: debug toggle
14 years ago
tmk
7a336b05ec
FIX: include files
14 years ago
tmk
c166fb744f
FIX: doc and keymap.
14 years ago
tmk
4acc38751e
switch debug on/off by pressing 4 keys on booting time
14 years ago
tmk
bf92bdd7fa
add keymap layer: Matias half keyboard style(SPACE) [NOT USED]
14 years ago
tmk
06eb50be07
hhkb: refactored
14 years ago
tmk
9d7979931e
FIX: clear keyboard_keys.
...
NOT change layer when one more Fn keys pressed/other than Fn key pressed
14 years ago
tmk
54b5bafaac
add directories for each keyboard: hhkb, macway
14 years ago
tmk
82637ded27
add horizontal mouse wheel
14 years ago
tmk
34a90769c9
';' for Fn key: send ';' when key realease without using the layer
14 years ago
tmk
ba2f31e2cd
change keymap.
14 years ago
tmk
c8e1ad8c91
make input ports(PE6,7) *with pullup*.
14 years ago
tmk
99bba8d949
add HHKB docs and pics.
14 years ago
tmk
c696c95c60
change keymap for mouse keys.
14 years ago
tmk
958875247c
HHKB support.
14 years ago
tmk
2c453c7269
change matrix pinouts.
14 years ago
tmk
42d57333f3
add layer diagrams.
14 years ago
tmk
4be6458be7
change pins of matrix rows. (teensy is installed inside of keyboard case.)
14 years ago
tmk
a80b156b78
add github URL in README.
14 years ago
tmk
479af4bdcd
version 1.0.
14 years ago
tmk
df5b4ea7d9
add mouse acceleration.
14 years ago
tmk
7e3975e0ef
add mouse wheel function.
14 years ago
tmk
d3b1af9572
add mouse function.
14 years ago
tmk
e7c6839d2d
some fixes. LED flush for debug.
14 years ago
tmk
1bcebc2848
ver 0.2
14 years ago
tmk
1de02c1f15
add jump_bootloader.
14 years ago
tmk
7fd9003f59
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
14 years ago
tmk
6be0e4fafb
delete unused KEY_* definitions.
14 years ago