]> git.gir.st - tmk_keyboard.git/log
tmk_keyboard.git
11 years agoFix and add some in README
tmk [Mon, 11 Feb 2013 03:26:37 +0000 (12:26 +0900)]
Fix and add some in README

11 years agoFix is_tap_key()
tmk [Sun, 10 Feb 2013 15:02:11 +0000 (00:02 +0900)]
Fix is_tap_key()

11 years agoAdd doc/keycode.txt
tmk [Sun, 10 Feb 2013 12:37:03 +0000 (21:37 +0900)]
Add doc/keycode.txt

11 years agoAdd description of keymap and layer in README.md
tmk [Sun, 10 Feb 2013 07:11:58 +0000 (16:11 +0900)]
Add description of keymap and layer in README.md

11 years agoClean layer actions.
tmk [Thu, 7 Feb 2013 15:50:51 +0000 (00:50 +0900)]
Clean layer actions.

11 years agoAdd macro feature.
tmk [Mon, 4 Feb 2013 13:53:45 +0000 (22:53 +0900)]
Add macro feature.

11 years agoAdd user defined function to action.
tmk [Fri, 1 Feb 2013 05:48:11 +0000 (14:48 +0900)]
Add user defined function to action.

11 years agoAdd legacy keymap support.
tmk [Thu, 31 Jan 2013 08:50:53 +0000 (17:50 +0900)]
Add legacy keymap support.

11 years agoFix tapping. tap key just after tap timeout.
tmk [Thu, 31 Jan 2013 06:07:01 +0000 (15:07 +0900)]
Fix tapping. tap key just after tap timeout.

11 years agoFix: action LAYER_BIT uses xor now instead of and/or.
tmk [Wed, 30 Jan 2013 13:47:16 +0000 (22:47 +0900)]
Fix: action LAYER_BIT uses xor now instead of and/or.

11 years agoFix process_tapping().
tmk [Wed, 30 Jan 2013 11:31:32 +0000 (20:31 +0900)]
Fix process_tapping().

11 years agoClean debug print in action.c.
tmk [Tue, 29 Jan 2013 01:40:43 +0000 (10:40 +0900)]
Clean debug print in action.c.

11 years agoClean code.
tmk [Mon, 28 Jan 2013 05:06:42 +0000 (14:06 +0900)]
Clean code.

11 years agoAdd tap toggle feature to action.
tmk [Mon, 28 Jan 2013 02:30:23 +0000 (11:30 +0900)]
Add tap toggle feature to action.

11 years agoAdd oneshot modifier action.
tmk [Sun, 27 Jan 2013 07:38:19 +0000 (16:38 +0900)]
Add oneshot modifier action.

11 years agoFix keycodes. It has 32 Fn keys now.
tmk [Sun, 27 Jan 2013 06:57:07 +0000 (15:57 +0900)]
Fix keycodes. It has 32 Fn keys now.

11 years agoRemove test_func.
tmk [Sun, 27 Jan 2013 01:37:15 +0000 (10:37 +0900)]
Remove test_func.

11 years agoNew tapping logic.
tmk [Sat, 26 Jan 2013 17:42:48 +0000 (02:42 +0900)]
New tapping logic.

11 years agoMinor fixes in keyboard.c.
tmk [Wed, 23 Jan 2013 16:02:11 +0000 (01:02 +0900)]
Minor fixes in keyboard.c.

11 years agoAdd prototype of Action Function.
tmk [Wed, 23 Jan 2013 14:53:51 +0000 (23:53 +0900)]
Add prototype of Action Function.

11 years agoAdd bootmagic keys.(hhkb)
tmk [Tue, 22 Jan 2013 03:30:30 +0000 (12:30 +0900)]
Add bootmagic keys.(hhkb)

- kick bootloader
- enable debug print

11 years agoFix mods with tapping.
tmk [Sun, 20 Jan 2013 06:03:07 +0000 (15:03 +0900)]
Fix mods with tapping.

11 years agoRefactor struct keyevent_t.
tmk [Thu, 17 Jan 2013 06:00:41 +0000 (15:00 +0900)]
Refactor struct keyevent_t.

11 years agoFix mods with tap key but some problems still exists.
tmk [Thu, 17 Jan 2013 02:46:38 +0000 (11:46 +0900)]
Fix mods with tap key but some problems still exists.

- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
  mods(u)]

11 years agoAdd support partly for modifier with tap key.
tmk [Tue, 15 Jan 2013 10:04:58 +0000 (19:04 +0900)]
Add support partly for modifier with tap key.

11 years agoFix waiting_keys and periodical update for delaying layer.
tmk [Mon, 14 Jan 2013 15:06:52 +0000 (00:06 +0900)]
Fix waiting_keys and periodical update for delaying layer.

11 years agoFix tap key using delaying_layer and waiting_key.
tmk [Sun, 13 Jan 2013 01:24:20 +0000 (10:24 +0900)]
Fix tap key using delaying_layer and waiting_key.

11 years agoAdd new layer actions.
tmk [Wed, 9 Jan 2013 13:33:33 +0000 (22:33 +0900)]
Add new layer actions.

11 years agoFix action of system and consumer usage.
tmk [Sun, 16 Dec 2012 18:06:21 +0000 (03:06 +0900)]
Fix action of system and consumer usage.

11 years agoAdd initial fix for new keymap.
tmk [Sat, 15 Dec 2012 17:32:07 +0000 (02:32 +0900)]
Add initial fix for new keymap.

11 years agoFix image link 3 :(
tmk [Thu, 1 Nov 2012 05:40:24 +0000 (14:40 +0900)]
Fix image link 3 :(

11 years agoFix image link 2
tmk [Thu, 1 Nov 2012 05:35:21 +0000 (14:35 +0900)]
Fix image link 2

11 years agoFix image link in README.md
tmk [Thu, 1 Nov 2012 05:27:41 +0000 (14:27 +0900)]
Fix image link in README.md

11 years agoImprove documentation
tmk [Thu, 1 Nov 2012 05:24:21 +0000 (14:24 +0900)]
Improve documentation

11 years agoFix usage of debug flag
tmk [Fri, 26 Oct 2012 18:07:37 +0000 (03:07 +0900)]
Fix usage of debug flag

11 years agoMerge branch 'print'
tmk [Fri, 26 Oct 2012 17:28:03 +0000 (02:28 +0900)]
Merge branch 'print'

11 years agoAdd print_dec() and debug_dec().
tmk [Wed, 24 Oct 2012 18:28:25 +0000 (03:28 +0900)]
Add print_dec() and debug_dec().

11 years agoAdd print utility
tmk [Mon, 22 Oct 2012 17:14:36 +0000 (02:14 +0900)]
Add print utility

11 years agoMerge branch 'sun'
tmk [Sun, 21 Oct 2012 13:37:50 +0000 (22:37 +0900)]
Merge branch 'sun'

11 years agoAdd extra commands Bell/Click to Sun converter
tmk [Sun, 21 Oct 2012 13:36:44 +0000 (22:36 +0900)]
Add extra commands Bell/Click to Sun converter

11 years agoAdd LED feature to Sun converter
tmk [Sun, 21 Oct 2012 13:12:36 +0000 (22:12 +0900)]
Add LED feature to Sun converter

11 years agoFix mousekey parameter bug
tmk [Sun, 21 Oct 2012 11:12:11 +0000 (20:12 +0900)]
Fix mousekey parameter bug

11 years agoFix keymap to adjust new keyboard.c.
tmk [Fri, 19 Oct 2012 06:33:02 +0000 (15:33 +0900)]
Fix keymap to adjust new keyboard.c.

11 years agoMerge branch 'sun'
tmk [Fri, 19 Oct 2012 06:08:26 +0000 (15:08 +0900)]
Merge branch 'sun'

11 years agoUse software serial for Sun.
tmk [Fri, 19 Oct 2012 05:06:18 +0000 (14:06 +0900)]
Use software serial for Sun.

11 years agoAdd Sun converter initial files.
tmk [Thu, 18 Oct 2012 01:41:37 +0000 (10:41 +0900)]
Add Sun converter initial files.

11 years agoMerge branch 'layerfix'
tmk [Wed, 17 Oct 2012 16:11:06 +0000 (01:11 +0900)]
Merge branch 'layerfix'

11 years agoAdd child proof keyboard locking feature!
tmk [Wed, 17 Oct 2012 15:10:20 +0000 (00:10 +0900)]
Add child proof keyboard locking feature!

Fix: add wait for Power down command
Add ifdef of MOUSEKEY_ENABLE

11 years agoFix projects for new keycodes
tmk [Wed, 17 Oct 2012 12:43:44 +0000 (21:43 +0900)]
Fix projects for new keycodes

11 years agoFix HHKB iWRAP build
tmk [Wed, 17 Oct 2012 05:25:08 +0000 (14:25 +0900)]
Fix HHKB iWRAP build

11 years agoFix HHKB keymap
tmk [Wed, 17 Oct 2012 05:24:42 +0000 (14:24 +0900)]
Fix HHKB keymap

11 years agoHHKB scan matrix: fix wait time on power on
tmk [Wed, 17 Oct 2012 05:23:31 +0000 (14:23 +0900)]
HHKB scan matrix: fix wait time on power on

11 years agoAdd command console and mouseky parameters tweak.
tmk [Tue, 16 Oct 2012 18:44:01 +0000 (03:44 +0900)]
Add command console and mouseky parameters tweak.

11 years agoAdd Mousekey parameters and accel keys.
tmk [Tue, 16 Oct 2012 18:27:25 +0000 (03:27 +0900)]
Add Mousekey parameters and accel keys.

11 years agoFix commands
tmk [Tue, 16 Oct 2012 02:20:49 +0000 (11:20 +0900)]
Fix commands

11 years agoFix use of default_layer
tmk [Fri, 12 Oct 2012 02:00:52 +0000 (11:00 +0900)]
Fix use of default_layer

11 years agoFix layer switching and host API.
tmk [Thu, 11 Oct 2012 19:46:37 +0000 (04:46 +0900)]
Fix layer switching and host API.

11 years agoAdd subset of Xorg MouseKey acceleration parameters.
tmk [Wed, 10 Oct 2012 06:31:00 +0000 (15:31 +0900)]
Add subset of Xorg MouseKey acceleration parameters.

11 years agoFix build option MOUSEKEY_ENABLE.
tmk [Wed, 10 Oct 2012 02:06:47 +0000 (11:06 +0900)]
Fix build option MOUSEKEY_ENABLE.

11 years agoClean host.h interface.
tmk [Tue, 9 Oct 2012 07:50:14 +0000 (16:50 +0900)]
Clean host.h interface.

11 years agoAdd keycode.h and remove usb_keycodes.h.
tmk [Tue, 9 Oct 2012 05:36:13 +0000 (14:36 +0900)]
Add keycode.h and remove usb_keycodes.h.

11 years agoAdd consumer/system usage support.
tmk [Tue, 9 Oct 2012 04:48:39 +0000 (13:48 +0900)]
Add consumer/system usage support.

11 years agoAdd repeating of Fn key with alt keycode.
tmk [Sun, 7 Oct 2012 03:25:18 +0000 (12:25 +0900)]
Add repeating of Fn key with alt keycode.

11 years agochanges function name keyboard_proc to keyboard_task
tmk [Sun, 7 Oct 2012 02:09:40 +0000 (11:09 +0900)]
changes function name keyboard_proc to keyboard_task

11 years agoInitial version of new code for layer switch is added.
tmk [Fri, 5 Oct 2012 17:23:12 +0000 (02:23 +0900)]
Initial version of new code for layer switch is added.

11 years agoFix: Makefile
tmk [Wed, 12 Sep 2012 05:03:20 +0000 (14:03 +0900)]
Fix: Makefile

11 years agoFix MCU name macro in bootloader.c.
tmk [Mon, 15 Oct 2012 09:14:59 +0000 (18:14 +0900)]
Fix MCU name macro in bootloader.c.

11 years agoADB conveter uses plain vanila keymap now.
tmk [Mon, 15 Oct 2012 08:56:07 +0000 (17:56 +0900)]
ADB conveter uses plain vanila keymap now.

11 years agoMerge pull request #8 from JeffreySung/master
tmk [Sun, 14 Oct 2012 11:22:28 +0000 (04:22 -0700)]
Merge pull request #8 from JeffreySung/master

Apple IIgs(A9M0330)/Standard(M0116) keyboard

11 years agoFix PS/2 protocol build options
tmk [Sun, 14 Oct 2012 11:03:26 +0000 (20:03 +0900)]
Fix PS/2 protocol build options

11 years agoDebounce bug fixed
Jeffrey Sung [Mon, 8 Oct 2012 15:28:33 +0000 (00:28 +0900)]
Debounce bug fixed

11 years agoPower key support
Jeffrey Sung [Mon, 8 Oct 2012 13:44:12 +0000 (22:44 +0900)]
Power key support

debounce issue exists

11 years agoChange keymap of ADB converter.
tmk [Thu, 20 Sep 2012 04:02:42 +0000 (13:02 +0900)]
Change keymap of ADB converter.

11 years agoTo prevent key stuck clear matrix array when ADB error occurs.
tmk [Thu, 20 Sep 2012 03:52:45 +0000 (12:52 +0900)]
To prevent key stuck clear matrix array when ADB error occurs.

11 years agoad hoc fix for wrong bit read problem of adb.c.
tmk [Wed, 19 Sep 2012 03:05:47 +0000 (12:05 +0900)]
ad hoc fix for wrong bit read problem of adb.c.

11 years agoCapsLock Support
Jeffrey Sung [Mon, 17 Sep 2012 09:51:42 +0000 (18:51 +0900)]
CapsLock Support

Don't define DEBOUNCE.

11 years agoApple IIgs/Standard Keyboard
Jeffrey Sung [Sun, 16 Sep 2012 21:18:24 +0000 (06:18 +0900)]
Apple IIgs/Standard Keyboard

11 years agoconverter/usb_usb: Change keymap.
tmk [Thu, 6 Sep 2012 04:05:28 +0000 (13:05 +0900)]
converter/usb_usb: Change keymap.

11 years agoFix timeout logic of LUFA sendchar(), sned_*().
tmk [Thu, 6 Sep 2012 03:38:39 +0000 (12:38 +0900)]
Fix timeout logic of LUFA sendchar(), sned_*().

11 years agoAdd converter/usb_usb/README
tmk [Tue, 4 Sep 2012 17:46:34 +0000 (02:46 +0900)]
Add converter/usb_usb/README

11 years agoMerge branch 'usb_hid'
tmk [Tue, 4 Sep 2012 05:24:52 +0000 (14:24 +0900)]
Merge branch 'usb_hid'

11 years agousb_hid: workaround for compile on Windows.
tmk [Tue, 4 Sep 2012 04:29:21 +0000 (13:29 +0900)]
usb_hid: workaround for compile on Windows.

11 years agousb_hid: Fix timer size uint16_t to uint32_t;
tmk [Sun, 2 Sep 2012 14:47:18 +0000 (23:47 +0900)]
usb_hid: Fix timer size uint16_t to uint32_t;

11 years agoAdd submodule USB_Host_Shield_2.0 from my repositry.
tmk [Sat, 1 Sep 2012 06:26:12 +0000 (15:26 +0900)]
Add submodule USB_Host_Shield_2.0 from my repositry.

11 years agoRemove submodule USB_Host_Shield_2.0(original).
tmk [Sat, 1 Sep 2012 04:51:34 +0000 (13:51 +0900)]
Remove submodule USB_Host_Shield_2.0(original).

11 years agoAdd USB to USB converter. unmature.
tmk [Mon, 27 Aug 2012 06:18:01 +0000 (15:18 +0900)]
Add USB to USB converter. unmature.

11 years agotest build of 'Host shield' in minimal env.
tmk [Sat, 25 Aug 2012 06:49:08 +0000 (15:49 +0900)]
test build of 'Host shield' in minimal env.

11 years agoAdd USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.
tmk [Mon, 13 Aug 2012 15:46:03 +0000 (00:46 +0900)]
Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.

11 years agoAdd USB HID(host) protocol.(not finished)
tmk [Mon, 13 Aug 2012 15:17:31 +0000 (00:17 +0900)]
Add USB HID(host) protocol.(not finished)

11 years agoFix the way of sending out IN packet.
tmk [Tue, 28 Aug 2012 11:55:52 +0000 (20:55 +0900)]
Fix the way of sending out IN packet.

This fixes problem that it losts keycode when send keycodes in row in layer.c.
Undef CONSOLE_ENABLE build option makes this problem clear.

11 years agoAdd CONSOLE_ENABLE build option to LUFA.
tmk [Fri, 13 Jul 2012 17:47:29 +0000 (02:47 +0900)]
Add CONSOLE_ENABLE build option to LUFA.

11 years agoChange keymap of hhkb/macway.
tmk [Sun, 8 Jul 2012 15:11:26 +0000 (00:11 +0900)]
Change keymap of hhkb/macway.

11 years agoInterrupt driven Control ep and Console task
tmk [Sun, 8 Jul 2012 14:57:25 +0000 (23:57 +0900)]
Interrupt driven Control ep and Console task

11 years agoFix LUFA descriptor of Extra for Windows
tmk [Mon, 2 Jul 2012 02:53:11 +0000 (11:53 +0900)]
Fix LUFA descriptor of Extra for Windows

- worked on Linux but not on Windows
  (logica/usage MINIMUM must start at 0x001)

11 years agoMerge branch 'lufa'
tmk [Sat, 30 Jun 2012 05:56:24 +0000 (14:56 +0900)]
Merge branch 'lufa'

11 years agoFix Makefiles.
tmk [Sat, 30 Jun 2012 05:44:59 +0000 (14:44 +0900)]
Fix Makefiles.

11 years agoAdd support of USBasp bootloader.
tmk [Sat, 30 Jun 2012 05:44:14 +0000 (14:44 +0900)]
Add support of USBasp bootloader.

11 years agoAdd Makefile.lufa to keyboard/hhkb and hbkb.
tmk [Sat, 30 Jun 2012 04:26:09 +0000 (13:26 +0900)]
Add Makefile.lufa to keyboard/hhkb and hbkb.

11 years agoFix bootloader.c
tmk [Sat, 30 Jun 2012 02:19:07 +0000 (11:19 +0900)]
Fix bootloader.c

11 years agoconfirm SetReport LED.
tmk [Fri, 29 Jun 2012 07:48:36 +0000 (16:48 +0900)]
confirm SetReport LED.

Imprint / Impressum