1
0
Grafico dei commit

381 Commit

Autore SHA1 Messaggio Data
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
tmk
3ff5fd0cdf Add new build options to adb_usb 2013-04-09 14:27:29 +09:00
tmk
924a76741f Fix ADB protocol issue #14 2013-04-09 14:27:29 +09:00
tmk
3d01fad0ce Fix comment of ADB signaling. 2013-04-09 14:27:29 +09:00
tmk
4d4dd62fbb Add coding style and config.h options 2013-04-07 16:47:01 +09:00
tmk
6baf590401 Merge branch 'virtual_dipsw' 2013-04-07 15:39:52 +09:00
tmk
b92c7fd612 Fix bootmagic and eeconfig for virtual DIP SW 2013-04-07 15:36:50 +09:00
tmk
1ef8a10d7f Add doc/build.md and doc/other_projects.md 2013-04-06 00:01:04 +09:00
tmk
1440b677a7 Fix keymap for new actions 2013-04-05 03:44:42 +09:00
tmk
eb24b4ab8a Merge branch 'action_refine' 2013-04-05 03:28:10 +09:00
tmk
bc44e39ffb Fix keymap of hhkb for new actions 2013-04-05 03:27:10 +09:00
tmk
ba5ccc7b79 Fix doc/keymap.md for new actions 2013-04-05 03:26:36 +09:00
tmk
18454f7436 Fix keymap of gh60 2013-04-05 01:39:17 +09:00
tmk
70db9e1dc7 Fix ACT_MODS action and switch_default_layer command 2013-04-04 16:29:44 +09:00
tmk
a967301331 Add file action_code.h 2013-04-04 15:16:03 +09:00
tmk
8336864e8e Fix doc/keymap.md 2013-04-03 01:33:33 +09:00
tmk
4bc69e0304 Fix ACTION_LAYER macros 2013-04-03 01:33:04 +09:00
tmk
f903bcddbd Rename file layer_switch to action_layer 2013-04-02 17:44:24 +09:00
tmk
8d8ee35fb0 Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
2013-04-02 16:09:43 +09:00
tmk
5e557f01e0 Remove ACT_KEYMAP and ACT_OVERLAY
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
2013-03-31 22:47:19 +09:00