| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 2013-07-23 | 7 | -28/+75 |
* | Merge branch 'macro_mediakey'(Fix issue #42) | tmk | 2013-07-23 | 7 | -84/+88 |
|\ |
|
| * | Add support for macro media/system keys | tmk | 2013-07-23 | 7 | -84/+88 |
|/ |
|
* | Merge branch 'bob_fix' | tmk | 2013-07-21 | 3 | -34/+53 |
|\ |
|
| * | Cancel tapping when interrupted by other key | tmk | 2013-07-21 | 1 | -26/+45 |
| * | Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT | tmk | 2013-07-20 | 2 | -8/+8 |
* | | Add compile conditional for assembler(xprintf) | tmk | 2013-07-15 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'hhkb_tmk' | tmk | 2013-07-11 | 7 | -92/+355 |
|\ |
|
| * | Fix README and doc | tmk | 2013-07-11 | 2 | -87/+111 |
| * | Add Caps Lock LED on PD6 | tmk | 2013-07-11 | 1 | -1/+8 |
| * | Add power control of keyswitch board and tweak scan wait | tmk | 2013-07-08 | 3 | -6/+77 |
| * | Tweak tap timing for slow tap on space bar | tmk | 2013-07-03 | 1 | -1/+1 |
| * | Add Makefile for tmk board and tweak scan wait | tmk | 2013-07-03 | 2 | -2/+163 |
* | | Merge pull request #44 from Wraul/phantom_fix | tmk | 2013-07-07 | 2 | -1/+2 |
|\ \ |
|
| * | | Correction to Phantom readme markdown. | Wraul | 2013-07-07 | 1 | -0/+1 |
| * | | Fix Phantom scroll lock LED. | Wraul | 2013-07-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #40 from yeeeargh/hid_liber-standard-layouts | tmk | 2013-07-03 | 8 | -98/+186 |
|\ \
| |/
|/| |
|
| * | Added standard layouts for ANSI and ISO. Moved the initial layout from alaric... | yeeeargh | 2013-07-03 | 8 | -98/+186 |
|/ |
|
* | Fix debouncing bug in hid_liber(Issue #26) | tmk | 2013-06-25 | 1 | -21/+18 |
* | Merge branch 'Wraul-kmac' | tmk | 2013-06-23 | 23 | -0/+1153 |
|\ |
|
| * | Add BACKLIGHT_ENABLE conditional | tmk | 2013-06-23 | 3 | -0/+8 |
| * | Fix typo | tmk | 2013-06-22 | 1 | -1/+1 |
| * | Initial implementation for the KMAC | Wraul | 2013-06-22 | 11 | -0/+932 |
| * | Add support for backlight | Wraul | 2013-06-22 | 13 | -0/+213 |
|/ |
|
* | Add default layer config to bootmagic | tmk | 2013-06-22 | 8 | -9/+40 |
* | Merge branch 'x68k_led' | tmk | 2013-06-22 | 8 | -153/+93 |
|\ |
|
| * | Add JIS layout to x68k | tmk | 2013-06-22 | 1 | -5/+15 |
| * | Use serial_uart.c instead of x68k.c now | tmk | 2013-06-22 | 6 | -155/+13 |
| * | Add LED support to x68k | tmk | 2013-06-22 | 5 | -12/+62 |
| * | Add description of 'LED special function of X68000' | tmk | 2013-06-22 | 1 | -0/+22 |
|/ |
|
* | Add power consumptions to doc | tmk | 2013-06-19 | 1 | -0/+35 |
* | Change tapping parameter for hhkb/iwrap | tmk | 2013-06-19 | 1 | -0/+5 |
* | Add legacy keymap support for x68k | tmk | 2013-06-19 | 1 | -0/+2 |
* | Merge pull request #37 from Wraul/update_phantom | tmk | 2013-05-27 | 12 | -90/+465 |
|\ |
|
| * | Add Phantom README. | Mathias Andersson | 2013-05-27 | 1 | -0/+247 |
| * | Move Phantom keymaps to separate header files. | Mathias Andersson | 2013-05-27 | 8 | -63/+171 |
| * | Fix Phantom sleep LED. | Mathias Andersson | 2013-05-27 | 3 | -10/+33 |
| * | Correct order of rows for Phantom | Mathias Andersson | 2013-05-27 | 2 | -12/+12 |
| * | Update Phantom debug print | Mathias Andersson | 2013-05-27 | 2 | -5/+2 |
* | | Merge pull request #36 from Wraul/fix_sleep_led | tmk | 2013-05-27 | 2 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Fixes to sleep LED. | Mathias Andersson | 2013-05-27 | 2 | -0/+7 |
|/ |
|
* | Fix keymap of hid_liber from yeeeargh | tmk | 2013-05-21 | 1 | -13/+8 |
* | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 2013-05-21 | 8 | -16/+15 |
* | Fix command.c and README | tmk | 2013-05-15 | 2 | -25/+1 |
* | Fix makefile, debug print and keymap of HHKB | tmk | 2013-05-15 | 3 | -39/+15 |
* | Merge branch 'fix_print' | tmk | 2013-05-14 | 15 | -284/+861 |
|\ |
|
| * | Use dprint and dprintf for debug | tmk | 2013-05-14 | 5 | -62/+72 |
| * | Add xprintf(xitoa) from elm-chan.org | tmk | 2013-05-14 | 10 | -222/+789 |
|/ |
|
* | Merge pull request #31 from Wraul/update_phantom | tmk | 2013-05-04 | 2 | -167/+240 |
|\ |
|
| * | Code style fixes for Phantom matrix. | Mathias Andersson | 2013-05-02 | 1 | -15/+15 |