]>
git.friedersdorff.com Git - max/tmk_keyboard.git/log
tmk [Fri, 21 Jun 2013 05:25:09 +0000 (14:25 +0900)]
Add description of 'LED special function of X68000'
tmk [Wed, 19 Jun 2013 13:07:16 +0000 (22:07 +0900)]
Add power consumptions to doc
tmk [Wed, 19 Jun 2013 13:04:18 +0000 (22:04 +0900)]
Change tapping parameter for hhkb/iwrap
tmk [Wed, 19 Jun 2013 12:43:55 +0000 (21:43 +0900)]
Add legacy keymap support for x68k
tmk [Mon, 27 May 2013 22:57:30 +0000 (15:57 -0700)]
Merge pull request #37 from Wraul/update_phantom
Polishing the Phantom project
tmk [Mon, 27 May 2013 22:30:36 +0000 (15:30 -0700)]
Merge pull request #36 from Wraul/fix_sleep_led
Fixes to sleep LED
Mathias Andersson [Sun, 26 May 2013 20:20:55 +0000 (22:20 +0200)]
Add Phantom README.
Mathias Andersson [Sun, 26 May 2013 20:20:29 +0000 (22:20 +0200)]
Move Phantom keymaps to separate header files.
Mathias Andersson [Mon, 20 May 2013 19:08:21 +0000 (21:08 +0200)]
Fix Phantom sleep LED.
Mathias Andersson [Sun, 19 May 2013 17:14:57 +0000 (19:14 +0200)]
Correct order of rows for Phantom
Mathias Andersson [Sat, 18 May 2013 10:52:04 +0000 (12:52 +0200)]
Update Phantom debug print
This updates the Phantom project to use the new debug print functions.
Mathias Andersson [Mon, 20 May 2013 19:06:08 +0000 (21:06 +0200)]
Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
tmk [Tue, 21 May 2013 01:33:59 +0000 (10:33 +0900)]
Fix keymap of hid_liber from yeeeargh
tmk [Mon, 20 May 2013 13:42:29 +0000 (22:42 +0900)]
Fix deprecated 'prog_*' typedef - Issue #34
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro
avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
tmk [Tue, 14 May 2013 15:23:36 +0000 (00:23 +0900)]
Fix command.c and README
tmk [Tue, 14 May 2013 14:06:07 +0000 (23:06 +0900)]
Fix makefile, debug print and keymap of HHKB
tmk [Tue, 14 May 2013 14:03:23 +0000 (23:03 +0900)]
Merge branch 'fix_print'
tmk [Tue, 14 May 2013 07:18:22 +0000 (16:18 +0900)]
Use dprint and dprintf for debug
tmk [Tue, 14 May 2013 07:16:57 +0000 (16:16 +0900)]
Add xprintf(xitoa) from elm-chan.org
tmk [Sat, 4 May 2013 10:31:26 +0000 (03:31 -0700)]
Merge pull request #31 from Wraul/update_phantom
More updates to Phantom
tmk [Sat, 4 May 2013 06:25:47 +0000 (15:25 +0900)]
Fix README of terminal converter
tmk [Sat, 4 May 2013 05:52:32 +0000 (14:52 +0900)]
Merge branch 'master' of github.com:tmk/tmk_keyboard
tmk [Sat, 4 May 2013 05:51:46 +0000 (14:51 +0900)]
Increase buffer size of PS2 protocol
tmk [Sat, 4 May 2013 05:46:42 +0000 (14:46 +0900)]
Add support of Model F 122 terminal keyboard
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART
Mathias Andersson [Wed, 1 May 2013 09:30:01 +0000 (11:30 +0200)]
Code style fixes for Phantom matrix.
Mathias Andersson [Tue, 30 Apr 2013 20:26:52 +0000 (22:26 +0200)]
Add full 7bit support to Phantom keymap.
Mathias Andersson [Sun, 28 Apr 2013 18:03:12 +0000 (20:03 +0200)]
Change Phantom matrix scan to be similar to GH60.
Mathias Andersson [Sun, 28 Apr 2013 16:57:06 +0000 (18:57 +0200)]
Improve matrix print for Phantom.
tmk [Tue, 30 Apr 2013 22:29:35 +0000 (15:29 -0700)]
Merge pull request #30 from Wraul/phantom_debounce_fix
Fix debouncing on Phantom.
Mathias Andersson [Sun, 28 Apr 2013 16:54:38 +0000 (18:54 +0200)]
Fix debouncing on Phantom.
tmk [Mon, 22 Apr 2013 04:08:46 +0000 (13:08 +0900)]
Fix doc of Boot Magic and add another project info
tmk [Mon, 22 Apr 2013 04:04:00 +0000 (13:04 +0900)]
Fix doc and descriptor of iwrap
tmk [Mon, 22 Apr 2013 04:03:24 +0000 (13:03 +0900)]
Add vusb support to iwrap
tmk [Sun, 21 Apr 2013 22:13:20 +0000 (15:13 -0700)]
Merge pull request #29 from Wraul/update_phantom
Update Phantom for new keymap framework
Mathias Andersson [Sun, 21 Apr 2013 07:39:40 +0000 (09:39 +0200)]
Adjust Phantom layouts formating.
Make the layout formating better match that of GH60.
Mathias Andersson [Sun, 21 Apr 2013 06:48:56 +0000 (08:48 +0200)]
Updated Phantom for new keymap framework.
tmk [Fri, 19 Apr 2013 15:46:48 +0000 (00:46 +0900)]
Merge branch 'iwrap5'
tmk [Fri, 19 Apr 2013 14:43:52 +0000 (23:43 +0900)]
Add support of mouse horizontal wheel to iWRAP
tmk [Thu, 18 Apr 2013 23:38:05 +0000 (08:38 +0900)]
Rescue script from iWRAP MUX mode stuck
tmk [Thu, 18 Apr 2013 06:54:26 +0000 (15:54 +0900)]
Fix build options for NEWS converter
tmk [Thu, 18 Apr 2013 06:51:14 +0000 (15:51 +0900)]
Add support of iWRAP5
- mouse virtical wheel
- consumer page
tmk [Sat, 13 Apr 2013 02:55:57 +0000 (11:55 +0900)]
Fix LUFA host driver for unconfigured state
tmk [Sat, 13 Apr 2013 02:55:08 +0000 (11:55 +0900)]
Fix USB Descriptors
tmk [Fri, 12 Apr 2013 15:23:05 +0000 (00:23 +0900)]
Remove common/controller_teensy.h
tmk [Fri, 12 Apr 2013 12:52:34 +0000 (21:52 +0900)]
Add new build options on m0110_usb
tmk [Fri, 12 Apr 2013 03:27:31 +0000 (12:27 +0900)]
Remove MATRIX_HAS_LOCKING_CAPS option
tmk [Fri, 12 Apr 2013 03:22:30 +0000 (12:22 +0900)]
Add m0116 keymap from tufty
tmk [Fri, 12 Apr 2013 02:21:54 +0000 (11:21 +0900)]
Add media eject key support from tufty
tmk [Tue, 9 Apr 2013 05:34:52 +0000 (14:34 +0900)]
Remove debug line from adb.c
tmk [Tue, 9 Apr 2013 05:31:27 +0000 (14:31 +0900)]
Merge branch 'adb_fix'
tmk [Tue, 9 Apr 2013 05:17:31 +0000 (14:17 +0900)]
Add new build options to adb_usb
tmk [Tue, 9 Apr 2013 05:04:36 +0000 (14:04 +0900)]
Fix ADB protocol issue #14
tmk [Wed, 5 Dec 2012 04:38:16 +0000 (13:38 +0900)]
Fix comment of ADB signaling.
tmk [Sun, 7 Apr 2013 07:47:01 +0000 (16:47 +0900)]
Add coding style and config.h options
tmk [Sun, 7 Apr 2013 06:39:52 +0000 (15:39 +0900)]
Merge branch 'virtual_dipsw'
tmk [Sun, 7 Apr 2013 06:36:50 +0000 (15:36 +0900)]
Fix bootmagic and eeconfig for virtual DIP SW
tmk [Fri, 5 Apr 2013 15:01:04 +0000 (00:01 +0900)]
Add doc/build.md and doc/other_projects.md
tmk [Thu, 4 Apr 2013 18:44:42 +0000 (03:44 +0900)]
Fix keymap for new actions
tmk [Thu, 4 Apr 2013 18:28:10 +0000 (03:28 +0900)]
Merge branch 'action_refine'
tmk [Thu, 4 Apr 2013 18:27:10 +0000 (03:27 +0900)]
Fix keymap of hhkb for new actions
tmk [Thu, 4 Apr 2013 17:56:29 +0000 (02:56 +0900)]
Fix doc/keymap.md for new actions
tmk [Thu, 4 Apr 2013 16:39:17 +0000 (01:39 +0900)]
Fix keymap of gh60
tmk [Thu, 4 Apr 2013 07:29:44 +0000 (16:29 +0900)]
Fix ACT_MODS action and switch_default_layer command
tmk [Thu, 4 Apr 2013 06:16:03 +0000 (15:16 +0900)]
Add file action_code.h
tmk [Tue, 2 Apr 2013 16:33:33 +0000 (01:33 +0900)]
Fix doc/keymap.md
tmk [Tue, 2 Apr 2013 16:33:04 +0000 (01:33 +0900)]
Fix ACTION_LAYER macros
tmk [Tue, 2 Apr 2013 08:44:24 +0000 (17:44 +0900)]
Rename file layer_switch to action_layer
tmk [Tue, 2 Apr 2013 07:09:43 +0000 (16:09 +0900)]
Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
tmk [Sun, 31 Mar 2013 13:47:19 +0000 (22:47 +0900)]
Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
tmk [Fri, 29 Mar 2013 02:31:21 +0000 (11:31 +0900)]
Fix BOOTLOADER_SIZE setting
tmk [Fri, 29 Mar 2013 01:56:19 +0000 (10:56 +0900)]
Refine README.md
tmk [Thu, 28 Mar 2013 17:48:34 +0000 (02:48 +0900)]
Merge branch 'action_tapping'
tmk [Thu, 28 Mar 2013 15:56:34 +0000 (00:56 +0900)]
Add action_tapping.[ch] for refactoring
tmk [Wed, 27 Mar 2013 08:16:27 +0000 (17:16 +0900)]
Merge branch 'matrix_scan_fix'
tmk [Wed, 27 Mar 2013 08:15:06 +0000 (17:15 +0900)]
Fix debouncing on gh60, hbkb, macway
tmk [Wed, 27 Mar 2013 06:23:57 +0000 (15:23 +0900)]
Merge branch 'suspend_fix'
tmk [Wed, 27 Mar 2013 06:21:50 +0000 (15:21 +0900)]
Add sleep LED test command
tmk [Wed, 27 Mar 2013 06:21:16 +0000 (15:21 +0900)]
Fix Makefile of gh60
tmk [Tue, 26 Mar 2013 07:55:45 +0000 (16:55 +0900)]
Add supsend and wakeup to pjrc stack
tmk [Sun, 24 Mar 2013 16:46:32 +0000 (01:46 +0900)]
Add common/suspend.c
tmk [Sun, 24 Mar 2013 15:04:54 +0000 (00:04 +0900)]
Merge branch 'yeeeargh-patch'
tmk [Sun, 24 Mar 2013 15:01:30 +0000 (00:01 +0900)]
Fix hid_liber for new keymap framework by yeeeargh
tmk [Thu, 21 Mar 2013 06:44:33 +0000 (15:44 +0900)]
Merge branch 'add_build_options'
tmk [Thu, 21 Mar 2013 06:34:36 +0000 (15:34 +0900)]
Changed Makefile and config.h for new options
tmk [Thu, 21 Mar 2013 06:24:48 +0000 (15:24 +0900)]
Clean action.c
tmk [Thu, 21 Mar 2013 05:42:40 +0000 (14:42 +0900)]
Add NO_ACTION_ONESHOT config option
tmk [Wed, 20 Mar 2013 16:36:59 +0000 (01:36 +0900)]
Fix Makefile and config.h of gh60 for new options
tmk [Tue, 19 Mar 2013 15:56:54 +0000 (00:56 +0900)]
Add NO_ACTION_KEYMAP config option
tmk [Tue, 19 Mar 2013 15:37:32 +0000 (00:37 +0900)]
Add NO_ACTION_FUNCTION config option
tmk [Tue, 19 Mar 2013 15:28:13 +0000 (00:28 +0900)]
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
tmk [Tue, 19 Mar 2013 15:26:01 +0000 (00:26 +0900)]
Add NO_ACTION_OVERLAY config option
tmk [Tue, 19 Mar 2013 07:05:53 +0000 (16:05 +0900)]
Add COMMAND_ENABLE build option
tmk [Tue, 19 Mar 2013 05:08:40 +0000 (14:08 +0900)]
Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
tmk [Sun, 17 Mar 2013 16:02:18 +0000 (01:02 +0900)]
Enable Boot magick on hhkb
tmk [Sat, 16 Mar 2013 14:45:11 +0000 (23:45 +0900)]
Change sleep led step table to get smooth
tmk [Sat, 16 Mar 2013 08:45:42 +0000 (17:45 +0900)]
Add desription about breathing sleep LED
tmk [Sat, 16 Mar 2013 08:30:18 +0000 (17:30 +0900)]
Merge branch 'remote_wakeup'
tmk [Fri, 15 Mar 2013 13:22:57 +0000 (22:22 +0900)]
Add breathing sleep LED during USB suspend
tmk [Thu, 14 Mar 2013 13:45:02 +0000 (22:45 +0900)]
Add power down mode sleep and watchdog interrupt
tmk [Wed, 13 Mar 2013 07:01:53 +0000 (16:01 +0900)]
Add intial code of RemoteWakeUp