]> git.gir.st - tmk_keyboard.git/log
tmk_keyboard.git
11 years agoNow includes LUFA-120730 in repository
tmk [Mon, 11 Feb 2013 13:57:40 +0000 (22:57 +0900)]
Now includes LUFA-120730 in repository

11 years agoAdd support for LUFA-120730
tmk [Mon, 11 Feb 2013 13:56:30 +0000 (22:56 +0900)]
Add support for LUFA-120730

11 years agoBoot Magic key for gh60
tmk [Mon, 11 Feb 2013 04:56:05 +0000 (13:56 +0900)]
Boot Magic key for gh60

11 years agoMerge branch 'keymap2'
tmk [Mon, 11 Feb 2013 03:48:49 +0000 (12:48 +0900)]
Merge branch 'keymap2'

Conflicts:
common/keyboard.c

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 agoMerge branch 'gh60'
tmk [Sun, 10 Feb 2013 14:01:20 +0000 (23:01 +0900)]
Merge branch 'gh60'

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 agoSupport for ISO/JIS keys on ADB(Issue#22)
tmk [Sun, 3 Feb 2013 12:57:46 +0000 (21:57 +0900)]
Support for ISO/JIS keys on ADB(Issue#22)

- ISO/JIS specific keys support.(Not tested :)
- Learned how to convert ADB into HID code from:
  http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c
- Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.

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 agoFix PWM control of LED in phantom.
tmk [Sat, 12 Jan 2013 01:16:18 +0000 (10:16 +0900)]
Fix PWM control of LED in phantom.

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

11 years agoAdd ISO support to keymap.(hid_liber)
tmk [Mon, 7 Jan 2013 05:01:20 +0000 (14:01 +0900)]
Add ISO support to keymap.(hid_liber)

11 years agoFix debouncing code.(gh60)
tmk [Mon, 31 Dec 2012 18:20:53 +0000 (03:20 +0900)]
Fix debouncing code.(gh60)

11 years agoChange keymap.(gh60)
tmk [Mon, 31 Dec 2012 18:19:34 +0000 (03:19 +0900)]
Change keymap.(gh60)

11 years agoAdd README and keymap layers.(GH60)
tmk [Thu, 27 Dec 2012 07:06:13 +0000 (16:06 +0900)]
Add README and keymap layers.(GH60)

11 years agoAdded Initial files for gh60.
tmk [Wed, 26 Dec 2012 17:41:32 +0000 (02:41 +0900)]
Added Initial files for gh60.

11 years agoRemove DEBUG_LED from pjrc stack.
tmk [Wed, 26 Dec 2012 17:33:40 +0000 (02:33 +0900)]
Remove DEBUG_LED from pjrc stack.

11 years agoFix bug of FAILSAFE key clear.
tmk [Wed, 26 Dec 2012 14:14:07 +0000 (23:14 +0900)]
Fix bug of FAILSAFE key clear.

http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022

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 agoAdd ADB extended keyboard support by blargg@GH.
tmk [Wed, 12 Dec 2012 00:45:00 +0000 (09:45 +0900)]
Add ADB extended keyboard support by blargg@GH.

This offers distinction between left/right modifiers.

11 years agoMerge branch 'm0110'
tmk [Wed, 5 Dec 2012 10:45:48 +0000 (19:45 +0900)]
Merge branch 'm0110'

11 years agoFix keymaps in README.(M0110)
tmk [Wed, 5 Dec 2012 10:45:00 +0000 (19:45 +0900)]
Fix keymaps in README.(M0110)

11 years agoFix keymap and build option.(M0110)
tmk [Wed, 5 Dec 2012 08:49:08 +0000 (17:49 +0900)]
Fix keymap and build option.(M0110)

11 years agoAdd keymap file for Hasu.
tmk [Wed, 5 Dec 2012 08:48:03 +0000 (17:48 +0900)]
Add keymap file for Hasu.

11 years agoChange keymap.(M0110)
tmk [Mon, 3 Dec 2012 15:12:08 +0000 (00:12 +0900)]
Change keymap.(M0110)

11 years agoChange IS_COMMAND.(M0110)
tmk [Mon, 3 Dec 2012 06:56:59 +0000 (15:56 +0900)]
Change IS_COMMAND.(M0110)

11 years agoFix debug pirnt and magic key.(M0110)
tmk [Mon, 3 Dec 2012 06:08:23 +0000 (15:08 +0900)]
Fix debug pirnt and magic key.(M0110)

11 years agoMerge branch 'hid_liber'
tmk [Wed, 5 Dec 2012 05:40:45 +0000 (14:40 +0900)]
Merge branch 'hid_liber'

11 years agoFix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)
tmk [Wed, 5 Dec 2012 05:35:46 +0000 (14:35 +0900)]
Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)

11 years agoFix pin configuration error(macway). issue #17
tmk [Sun, 25 Nov 2012 11:41:23 +0000 (20:41 +0900)]
Fix pin configuration error(macway). issue #17

11 years agoAdd bitpop16() in util.c.
tmk [Sat, 24 Nov 2012 07:34:59 +0000 (16:34 +0900)]
Add bitpop16() in util.c.

11 years agoMerge branch 'phantom'
tmk [Fri, 23 Nov 2012 04:22:53 +0000 (13:22 +0900)]
Merge branch 'phantom'

11 years agoFix target name and product id of pahntom.
tmk [Fri, 23 Nov 2012 03:48:15 +0000 (12:48 +0900)]
Fix target name and product id of pahntom.

11 years agoFixes from Tranquilite@GH.
tmk [Fri, 23 Nov 2012 03:33:42 +0000 (12:33 +0900)]
Fixes from Tranquilite@GH.

- Fix keyboard_task() when matrix column size > 16
- Add clear_keyboard() in NKRO command to avoid stucking keys.
- Fix function name in print.c.

11 years agoAdd initial files for Phantom from Tranquilite@GH.
tmk [Fri, 23 Nov 2012 03:10:36 +0000 (12:10 +0900)]
Add initial files for Phantom from Tranquilite@GH.

11 years agoFix Sony NEWS pinouts in comment
tmk [Wed, 14 Nov 2012 23:41:24 +0000 (08:41 +0900)]
Fix Sony NEWS pinouts in comment

11 years agoFix Sony NEWS connector pinout and keymap.
tmk [Wed, 14 Nov 2012 06:01:31 +0000 (15:01 +0900)]
Fix Sony NEWS connector pinout and keymap.

11 years agoMerge branch 'hid_liber'
tmk [Tue, 13 Nov 2012 01:09:41 +0000 (10:09 +0900)]
Merge branch 'hid_liber'

11 years agoFix and keymap of hid_liber from alaricljs at geekhack.org.
tmk [Tue, 13 Nov 2012 01:04:35 +0000 (10:04 +0900)]
Fix and keymap of hid_liber from alaricljs at geekhack.org.

11 years agoDisable JTAG function for hid_liber to use PORTF.
tmk [Sun, 11 Nov 2012 02:47:09 +0000 (11:47 +0900)]
Disable JTAG function for hid_liber to use PORTF.

11 years agoFix copyright and license notices.
tmk [Sat, 10 Nov 2012 11:57:06 +0000 (20:57 +0900)]
Fix copyright and license notices.

11 years agoRename to hid_liber.
tmk [Sat, 10 Nov 2012 05:46:57 +0000 (14:46 +0900)]
Rename to hid_liber.

11 years agoAdd comments on keymap.c.
tmk [Sat, 10 Nov 2012 05:44:29 +0000 (14:44 +0900)]
Add comments on keymap.c.

11 years agoAdd initial files for hid_libre.
tmk [Sat, 10 Nov 2012 04:46:22 +0000 (13:46 +0900)]
Add initial files for hid_libre.

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.

Imprint / Impressum