]> git.gir.st - tmk_keyboard.git/log
tmk_keyboard.git
13 years agoPS/2 to USB keyboard converter
tmk [Mon, 17 Jan 2011 12:51:51 +0000 (21:51 +0900)]
PS/2 to USB keyboard converter

13 years agoadded description of ADB socket pintouts.
tmk [Sun, 16 Jan 2011 15:38:16 +0000 (00:38 +0900)]
added description of ADB socket pintouts.

13 years agochanged wait time for volume control.
tmk [Sun, 16 Jan 2011 15:37:36 +0000 (00:37 +0900)]
changed wait time for volume control.

13 years agochanged special mode key for macway: Left Shift + Right Shift
tmk [Sun, 16 Jan 2011 15:35:24 +0000 (00:35 +0900)]
changed special mode key for macway: Left Shift + Right Shift

13 years agoADB keyboard LEDs support
tmk [Thu, 13 Jan 2011 13:46:57 +0000 (22:46 +0900)]
ADB keyboard LEDs support

13 years agoadded 'Keymap' section to adb/README.
tmk [Thu, 13 Jan 2011 08:56:13 +0000 (17:56 +0900)]
added 'Keymap' section to adb/README.

13 years agochange keycodes and define keymap macro for AEK.
tmk [Thu, 13 Jan 2011 07:39:49 +0000 (16:39 +0900)]
change keycodes and define keymap macro for AEK.

ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey.

13 years agoADB to USB keyboard converter
tmk [Wed, 12 Jan 2011 16:26:33 +0000 (01:26 +0900)]
ADB to USB keyboard converter

13 years agoFIX: error handling in ps2.c
tmk [Tue, 11 Jan 2011 12:30:35 +0000 (21:30 +0900)]
FIX: error handling in ps2.c

13 years agoadded a file TODO.
tmk [Thu, 6 Jan 2011 10:07:35 +0000 (19:07 +0900)]
added a file TODO.

13 years agochanged signature of keymap_fn_layer() in keymap_skel.h.
tmk [Thu, 6 Jan 2011 06:37:14 +0000 (15:37 +0900)]
changed signature of keymap_fn_layer() in keymap_skel.h.

FIX: name of mousekey macros usb_keycodes.h.

13 years agoadded config option: MATRIX_HAS_GHOST and fixed some on matrix.c
tmk [Thu, 6 Jan 2011 06:18:55 +0000 (15:18 +0900)]
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.

13 years agoadd "Build your own firmware" and "Features" section to README.
tmk [Thu, 6 Jan 2011 06:11:37 +0000 (15:11 +0900)]
add "Build your own firmware" and "Features" section to README.

13 years agoadd a build option: USB_EXTRA_ENABLE
tmk [Tue, 4 Jan 2011 15:04:25 +0000 (00:04 +0900)]
add a build option: USB_EXTRA_ENABLE

13 years agoadd error handling to ps2_mouse
tmk [Tue, 4 Jan 2011 11:30:23 +0000 (20:30 +0900)]
add error handling to ps2_mouse

13 years agoAdd PS/2 mouse support to connect TrackPoint Unit.
tmk [Sun, 2 Jan 2011 14:52:13 +0000 (23:52 +0900)]
Add PS/2 mouse support to connect TrackPoint Unit.

Change build options:  Makefile and config.h. See README.

13 years agochange keyboard report descriptor for NKRO.
tmk [Sat, 11 Dec 2010 14:20:49 +0000 (23:20 +0900)]
change keyboard report descriptor for NKRO.
It uses 1byte for modifiers and 15bytes(120bits) for keys now.

13 years agoadd build option: NKRO_ENABLE(remove: USB_12KRO)
tmk [Tue, 7 Dec 2010 16:47:57 +0000 (01:47 +0900)]
add build option: NKRO_ENABLE(remove: USB_12KRO)

13 years agotuning layer switch timing.
tmk [Fri, 26 Nov 2010 06:29:02 +0000 (15:29 +0900)]
tuning layer switch timing.

13 years agoadd build option USB_12KRO.
tmk [Thu, 25 Nov 2010 16:56:21 +0000 (01:56 +0900)]
add build option USB_12KRO.

13 years agosupport 12KRO
tmk [Wed, 24 Nov 2010 13:17:35 +0000 (22:17 +0900)]
support 12KRO

13 years agoadd system controls(power down/wake up) from generic desktop page(HID)
tmk [Thu, 18 Nov 2010 13:35:49 +0000 (22:35 +0900)]
add system controls(power down/wake up) from generic desktop page(HID)

13 years agoadd audio controls from consumer page(HID)
tmk [Wed, 17 Nov 2010 07:06:20 +0000 (16:06 +0900)]
add audio controls from consumer page(HID)

13 years agochange hhkb/keymap
tmk [Tue, 16 Nov 2010 05:56:06 +0000 (14:56 +0900)]
change hhkb/keymap

13 years agoMerge branch 'led'
tmk [Sun, 7 Nov 2010 11:47:24 +0000 (20:47 +0900)]
Merge branch 'led'

13 years agooutput previous key state on TP1684 when scaning matrix.
tmk [Fri, 5 Nov 2010 16:58:47 +0000 (01:58 +0900)]
output previous key state on TP1684 when scaning  matrix.

13 years agoFIX: LED debug
tmk [Fri, 5 Nov 2010 17:03:52 +0000 (02:03 +0900)]
FIX: LED debug

13 years agorepeating Fn key: press twice quickly to repeat.
tmk [Wed, 3 Nov 2010 16:08:24 +0000 (01:08 +0900)]
repeating Fn key: press twice quickly to repeat.

13 years agorevise Fn key processing.
tmk [Wed, 3 Nov 2010 08:33:20 +0000 (17:33 +0900)]
revise Fn key processing.

13 years agoimprove layer switching
tmk [Fri, 29 Oct 2010 06:17:18 +0000 (15:17 +0900)]
improve layer switching

13 years agoADD: macway/doc
tmk [Thu, 28 Oct 2010 06:43:51 +0000 (15:43 +0900)]
ADD: macway/doc
FIX: keymap

13 years agov2.0: HHKB/Macway support merged
tmk [Wed, 27 Oct 2010 14:01:37 +0000 (23:01 +0900)]
v2.0: HHKB/Macway support merged

13 years agonew build method for macway
tmk [Wed, 27 Oct 2010 11:51:45 +0000 (20:51 +0900)]
new build method for macway

13 years agoADD: keymap macro for human to read easier
tmk [Tue, 26 Oct 2010 12:32:45 +0000 (21:32 +0900)]
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy)
ADD: debug toggle

13 years agoFIX: include files
tmk [Mon, 25 Oct 2010 07:56:24 +0000 (16:56 +0900)]
FIX: include files

13 years agoFIX: doc and keymap.
tmk [Mon, 25 Oct 2010 06:17:40 +0000 (15:17 +0900)]
FIX: doc and keymap.

13 years agoswitch debug on/off by pressing 4 keys on booting time
tmk [Sat, 23 Oct 2010 18:27:43 +0000 (03:27 +0900)]
switch debug on/off by pressing 4 keys on booting time

13 years agoadd keymap layer: Matias half keyboard style(SPACE) [NOT USED]
tmk [Sat, 23 Oct 2010 16:44:35 +0000 (01:44 +0900)]
add keymap layer: Matias half keyboard style(SPACE) [NOT USED]

13 years agohhkb: refactored
tmk [Sat, 23 Oct 2010 16:17:26 +0000 (01:17 +0900)]
hhkb: refactored

13 years agoFIX: clear keyboard_keys.
tmk [Mon, 18 Oct 2010 16:03:27 +0000 (01:03 +0900)]
FIX: clear keyboard_keys.
NOT change layer when one more Fn keys pressed/other than Fn key pressed

13 years agoadd directories for each keyboard: hhkb, macway
tmk [Thu, 14 Oct 2010 08:36:00 +0000 (17:36 +0900)]
add directories for each keyboard: hhkb, macway

13 years agoadd horizontal mouse wheel
tmk [Wed, 13 Oct 2010 13:45:22 +0000 (22:45 +0900)]
add horizontal mouse wheel

13 years ago';' for Fn key: send ';' when key realease without using the layer
tmk [Wed, 13 Oct 2010 13:13:41 +0000 (22:13 +0900)]
';' for Fn key: send ';' when key realease without using the layer

13 years agochange keymap.
tmk [Tue, 12 Oct 2010 00:28:38 +0000 (09:28 +0900)]
change keymap.

13 years agomake input ports(PE6,7) *with pullup*.
tmk [Mon, 11 Oct 2010 14:28:03 +0000 (23:28 +0900)]
make input ports(PE6,7) *with pullup*.

13 years agoadd HHKB docs and pics.
tmk [Sun, 10 Oct 2010 13:12:54 +0000 (22:12 +0900)]
add HHKB docs and pics.

13 years agochange keymap for mouse keys.
tmk [Sun, 10 Oct 2010 13:10:23 +0000 (22:10 +0900)]
change keymap for mouse keys.

13 years agoHHKB support.
tmk [Sat, 9 Oct 2010 16:50:36 +0000 (01:50 +0900)]
HHKB support.

13 years agochange matrix pinouts.
tmk [Fri, 8 Oct 2010 11:03:16 +0000 (20:03 +0900)]
change matrix pinouts.

13 years agoadd layer diagrams.
tmk [Mon, 4 Oct 2010 12:15:20 +0000 (21:15 +0900)]
add layer diagrams.

13 years agochange pins of matrix rows. (teensy is installed inside of keyboard case.)
tmk [Mon, 4 Oct 2010 09:57:03 +0000 (18:57 +0900)]
change pins of matrix rows. (teensy is installed inside of keyboard case.)

13 years agoadd github URL in README.
tmk [Sat, 2 Oct 2010 17:37:06 +0000 (02:37 +0900)]
add github URL in README.

13 years agoversion 1.0.
tmk [Sat, 2 Oct 2010 02:51:42 +0000 (11:51 +0900)]
version 1.0.

13 years agoadd mouse acceleration.
tmk [Fri, 1 Oct 2010 15:56:14 +0000 (00:56 +0900)]
add mouse acceleration.

13 years agoadd mouse wheel function.
tmk [Fri, 1 Oct 2010 13:17:55 +0000 (22:17 +0900)]
add mouse wheel function.

13 years agoadd mouse function.
tmk [Thu, 30 Sep 2010 05:17:01 +0000 (14:17 +0900)]
add mouse function.

13 years agosome fixes. LED flush for debug.
tmk [Sun, 26 Sep 2010 13:42:37 +0000 (22:42 +0900)]
some fixes. LED flush for debug.

13 years agover 0.2
tmk [Fri, 24 Sep 2010 15:48:27 +0000 (00:48 +0900)]
ver 0.2

13 years agoadd jump_bootloader.
tmk [Fri, 24 Sep 2010 06:01:21 +0000 (15:01 +0900)]
add jump_bootloader.

13 years agodivide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
tmk [Thu, 23 Sep 2010 11:23:50 +0000 (20:23 +0900)]
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.

13 years agodelete unused KEY_* definitions.
tmk [Wed, 22 Sep 2010 14:34:58 +0000 (23:34 +0900)]
delete unused KEY_* definitions.

13 years agosimple keymap layers.
tmk [Thu, 16 Sep 2010 12:05:15 +0000 (21:05 +0900)]
simple keymap layers.

13 years agoadd anti-ghost logic
tmk [Sun, 12 Sep 2010 15:00:58 +0000 (00:00 +0900)]
add anti-ghost logic

13 years agoperform nomal keyboard behavior. It works now!!!
tmk [Mon, 23 Aug 2010 06:46:24 +0000 (15:46 +0900)]
perform nomal keyboard behavior. It works now!!!

13 years agostore Keymap into program space.
tmk [Mon, 23 Aug 2010 03:53:00 +0000 (12:53 +0900)]
store Keymap into program space.

13 years agomatrix scan & default keymap
tmk [Sun, 22 Aug 2010 14:58:37 +0000 (23:58 +0900)]
matrix scan & default keymap

13 years agochange file name.
tmk [Tue, 10 Aug 2010 04:45:28 +0000 (13:45 +0900)]
change file name.

13 years agoadd initial files from teensy's usb_keyboard_debug.
tmk [Tue, 10 Aug 2010 04:34:06 +0000 (13:34 +0900)]
add initial files from teensy's usb_keyboard_debug.

Imprint / Impressum