| 
							
							
								 tmk | 0c52ee59f0 | Add transparent layer feature in gh60 | 2013-02-12 17:08:51 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 8215634175 | Now includes LUFA-120730 in repository | 2013-02-11 22:57:40 +09:00 |  | 
			
				
					| 
							
							
								 tmk | e9e4c0edc5 | Add support for LUFA-120730 | 2013-02-11 22:56:30 +09:00 |  | 
			
				
					| 
							
							
								 tmk | b60f9c6ac6 | Boot Magic key for gh60 | 2013-02-11 14:14:44 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 8c80deb775 | Merge branch 'keymap2' Conflicts:
	common/keyboard.c | 2013-02-11 12:48:49 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 39d0933393 | Fix and add some in README | 2013-02-11 12:28:23 +09:00 |  | 
			
				
					| 
							
							
								 tmk | eea85c7e24 | Fix is_tap_key() | 2013-02-11 00:02:11 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 0be309ccc6 | Add doc/keycode.txt | 2013-02-10 23:59:01 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 4701b08b71 | Merge branch 'gh60' | 2013-02-10 23:01:20 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 74ecdd15a7 | Add description of keymap and layer in README.md | 2013-02-10 18:39:09 +09:00 |  | 
			
				
					| 
							
							
								 tmk | b2aa142ee0 | Clean layer actions. | 2013-02-10 16:11:07 +09:00 |  | 
			
				
					| 
							
							
								 tmk | aad91a30a3 | Add macro feature. | 2013-02-04 22:53:45 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 9a72c7b8a2 | 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. | 2013-02-03 22:06:52 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 1d7962ba8a | Add user defined function to action. | 2013-02-01 14:48:11 +09:00 |  | 
			
				
					| 
							
							
								 tmk | d95463f2e0 | Add legacy keymap support. | 2013-01-31 17:50:53 +09:00 |  | 
			
				
					| 
							
							
								 tmk | e760953910 | Fix tapping. tap key just after tap timeout. | 2013-01-31 15:07:01 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 7e1093b70f | Fix: action LAYER_BIT uses xor now instead of and/or. | 2013-01-30 22:47:16 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 10b9237fa6 | Fix process_tapping(). | 2013-01-30 21:18:03 +09:00 |  | 
			
				
					| 
							
							
								 tmk | ddb560052a | Clean debug print in action.c. | 2013-01-29 10:40:43 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 1e3e41a2c9 | Clean code. | 2013-01-28 14:06:42 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 854c803fdd | Add tap toggle feature to action. | 2013-01-28 11:30:23 +09:00 |  | 
			
				
					| 
							
							
								 tmk | bfd7fe5862 | Add oneshot modifier action. | 2013-01-27 16:38:19 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 66d5dd2842 | Fix keycodes. It has 32 Fn keys now. | 2013-01-27 15:57:07 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 585e00eebe | Remove test_func. | 2013-01-27 10:37:58 +09:00 |  | 
			
				
					| 
							
							
								 tmk | ef873791bd | New tapping logic. | 2013-01-27 02:42:48 +09:00 |  | 
			
				
					| 
							
							
								 tmk | d8dddf9f25 | Minor fixes in keyboard.c. | 2013-01-24 01:02:11 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 28b5f69ce5 | Add prototype of Action Function. | 2013-01-23 23:53:51 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 1fe820a865 | Add bootmagic keys.(hhkb) - kick bootloader
- enable debug print | 2013-01-23 23:51:15 +09:00 |  | 
			
				
					| 
							
							
								 tmk | f71a5217b7 | Fix mods with tapping. | 2013-01-21 15:44:49 +09:00 |  | 
			
				
					| 
							
							
								 tmk | ee7ce43335 | Refactor struct keyevent_t. | 2013-01-17 15:02:34 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 567b2ae525 | 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)] | 2013-01-17 12:06:28 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 9f95e9cc27 | Add support partly for modifier with tap key. | 2013-01-16 13:21:35 +09:00 |  | 
			
				
					| 
							
							
								 tmk | f609712da3 | Fix waiting_keys and periodical update for delaying layer. | 2013-01-15 00:55:16 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 32633a42c7 | Fix tap key using delaying_layer and waiting_key. | 2013-01-13 10:24:20 +09:00 |  | 
			
				
					| 
							
							
								 tmk | e6836c3f6d | Fix PWM control of LED in phantom. | 2013-01-12 10:16:18 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 411de9cc22 | Add new layer actions. | 2013-01-09 22:33:33 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 02b6b70e76 | Add ISO support to keymap.(hid_liber) | 2013-01-07 14:01:20 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 9dfc611ae1 | Fix debouncing code.(gh60) | 2013-01-01 03:20:53 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 093108825b | Change keymap.(gh60) | 2013-01-01 03:19:34 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 67c64db1cc | Add README and keymap layers.(GH60) | 2012-12-27 16:06:13 +09:00 |  | 
			
				
					| 
							
							
								 tmk | c009f4643c | Added Initial files for gh60. | 2012-12-27 02:41:32 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 6ebe99f37c | Remove DEBUG_LED from pjrc stack. | 2012-12-27 02:33:40 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 5af988ac37 | Fix bug of FAILSAFE key clear. http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022 | 2012-12-26 23:14:07 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 4324e16336 | Fix action of system and consumer usage. | 2012-12-17 03:06:21 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 8a709c2750 | Add initial fix for new keymap. | 2012-12-16 02:32:07 +09:00 |  | 
			
				
					| 
							
							
								 tmk | cf1eb8fbc6 | Add ADB extended keyboard support by blargg@GH. This offers distinction between left/right modifiers. | 2012-12-12 09:49:59 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 72dc413a19 | Merge branch 'm0110' | 2012-12-05 19:45:48 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 545f66f649 | Fix keymaps in README.(M0110) | 2012-12-05 19:45:00 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 6dba103644 | Fix keymap and build option.(M0110) | 2012-12-05 17:53:42 +09:00 |  | 
			
				
					| 
							
							
								 tmk | 8c29188d3c | Add keymap file for Hasu. | 2012-12-05 17:53:42 +09:00 |  |