tmk
f4664db2bd
Fix bootloader jump use word address
...
- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked?
2013-09-18 16:10:53 +09:00
tmk
19d6f0d77a
Fix action macros
2013-09-11 14:05:05 +09:00
tmk
a8cac78fbb
Merge branch 'keymap_section'
2013-09-11 14:04:33 +09:00
tmk
be3ec3a3dc
Add build option KEYMAP_SECTION for keymap editor
2013-09-11 14:01:47 +09:00
tmk
57c52a8789
Add version string
2013-09-11 13:44:54 +09:00
tmk
6994b6d364
Fix tapping count over flow(issue #52 )
2013-07-29 22:18:42 +09:00
tmk
bc9f298a54
Merge branch 'lufa_nkro'
2013-07-29 00:55:49 +09:00
tmk
2fb67b7844
Add NKRO support for LUFA
2013-07-28 17:34:41 +09:00
tmk
61cebd63a8
Merge branch 'bootmagic_salt'(Fix issue #41 )
2013-07-24 00:43:55 +09:00
tmk
14d1af6231
Add bootmagic salt key to avoid accidental configuration
2013-07-24 00:41:28 +09:00
tmk
ed330dd4cb
Merge branch 'lockkey_fix'(Fix issue #46 )
2013-07-23 10:57:37 +09:00
tmk
0cb80001b4
Add mechanical locking switch support for NumLock and ScrollLock
2013-07-23 10:56:03 +09:00
tmk
b52dc89a81
Merge branch 'macro_mediakey'(Fix issue #42 )
2013-07-23 07:56:28 +09:00
tmk
722b753df1
Add support for macro media/system keys
2013-07-23 07:53:18 +09:00
tmk
a164bfedea
Merge branch 'bob_fix'
2013-07-21 10:44:21 +09:00
tmk
254d83ddba
Cancel tapping when interrupted by other key
2013-07-21 03:21:57 +09:00
tmk
d08dfffae0
Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
2013-07-20 03:27:36 +09:00
tmk
606d5324ac
Merge branch 'Wraul-kmac'
2013-06-23 09:19:04 +09:00
tmk
5f469a4ac1
Add BACKLIGHT_ENABLE conditional
2013-06-23 09:14:58 +09:00
tmk
3cf50e901c
Fix typo
2013-06-22 17:32:53 +09:00
Wraul
68b40dd324
Initial implementation for the KMAC
2013-06-22 17:23:37 +09:00
Wraul
fa633c571c
Add support for backlight
2013-06-22 17:23:36 +09:00
tmk
063614a8c2
Add default layer config to bootmagic
2013-06-22 16:24:56 +09:00
tmk
668d3bedb9
Merge branch 'x68k_led'
2013-06-22 02:52:14 +09:00
tmk
37660aee90
Use serial_uart.c instead of x68k.c now
2013-06-22 02:33:08 +09:00
tmk
94b23decf7
Add LED support to x68k
2013-06-22 02:32:45 +09:00
tmk
d99be8edc4
Merge pull request #37 from Wraul/update_phantom
...
Polishing the Phantom project
2013-05-27 15:57:30 -07:00
tmk
27c63b754f
Merge pull request #36 from Wraul/fix_sleep_led
...
Fixes to sleep LED
2013-05-27 15:30:36 -07:00
Mathias Andersson
53dc733e1c
Fixes to sleep LED.
...
Add help text.
Add missing SLEEP_LED_ENABLE checks.
2013-05-27 18:36:00 +02:00
tmk
6c0f789853
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
2013-05-21 10:16:55 +09:00
tmk
0be2d9bcc5
Fix command.c and README
2013-05-15 00:23:36 +09:00
tmk
0369d01516
Merge branch 'fix_print'
2013-05-14 23:03:23 +09:00
tmk
2ebc123c22
Use dprint and dprintf for debug
2013-05-14 16:19:40 +09:00
tmk
6049f2e7d1
Add xprintf(xitoa) from elm-chan.org
2013-05-14 16:16:57 +09:00
tmk
d6522106d1
Merge pull request #31 from Wraul/update_phantom
...
More updates to Phantom
2013-05-04 03:31:26 -07:00
tmk
d9124e5a95
Merge branch 'master' of github.com:tmk/tmk_keyboard
2013-05-04 14:52:32 +09:00
tmk
a46024a678
Increase buffer size of PS2 protocol
2013-05-04 14:51:46 +09:00
tmk
96ef351129
Fix doc of Boot Magic and add another project info
2013-04-22 13:08:46 +09:00
tmk
2c48b861ee
Fix doc and descriptor of iwrap
2013-04-22 13:04:00 +09:00
tmk
a69d20bd78
Add vusb support to iwrap
2013-04-22 13:03:24 +09:00
tmk
c9c42c4770
Merge branch 'iwrap5'
2013-04-20 00:46:48 +09:00
tmk
e7211abdd1
Add support of mouse horizontal wheel to iWRAP
2013-04-20 00:45:56 +09:00
tmk
7dea627ecc
Rescue script from iWRAP MUX mode stuck
2013-04-19 08:38:05 +09:00
tmk
d1ed53b67c
Add support of iWRAP5
...
- mouse virtical wheel
- consumer page
2013-04-18 15:52:23 +09:00
tmk
a09486640f
Fix LUFA host driver for unconfigured state
2013-04-13 11:55:57 +09:00
tmk
1ddd6ceaef
Fix USB Descriptors
2013-04-13 11:55:08 +09:00
tmk
bd4a6feb22
Remove common/controller_teensy.h
2013-04-13 11:30:08 +09:00
tmk
2765021767
Add media eject key support from tufty
2013-04-12 11:25:59 +09:00
tmk
50da4a9ffb
Remove debug line from adb.c
2013-04-09 14:34:52 +09:00
tmk
e72636b61a
Merge branch 'adb_fix'
2013-04-09 14:31:27 +09:00