aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change README Makefile and config.h in hhkbtmk2013-07-293-66/+29
|
* Add NKRO support for LUFAtmk2013-07-2810-177/+168
|
* Merge branch 'bootmagic_salt'(Fix issue #41)tmk2013-07-244-1/+20
|\
| * Add bootmagic salt key to avoid accidental configurationtmk2013-07-244-1/+20
|/
* Merge branch 'lockkey_fix'(Fix issue #46)tmk2013-07-237-28/+75
|\
| * Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-237-28/+75
|/
* Merge branch 'macro_mediakey'(Fix issue #42)tmk2013-07-237-84/+88
|\
| * Add support for macro media/system keystmk2013-07-237-84/+88
|/
* Merge branch 'bob_fix'tmk2013-07-213-34/+53
|\
| * Cancel tapping when interrupted by other keytmk2013-07-211-26/+45
| |
| * Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk2013-07-202-8/+8
| |
* | Add compile conditional for assembler(xprintf)tmk2013-07-151-0/+2
|/
* Merge branch 'hhkb_tmk'tmk2013-07-117-92/+355
|\
| * Fix README and doctmk2013-07-112-87/+111
| |
| * Add Caps Lock LED on PD6tmk2013-07-111-1/+8
| |
| * Add power control of keyswitch board and tweak scan waittmk2013-07-083-6/+77
| |
| * Tweak tap timing for slow tap on space bartmk2013-07-031-1/+1
| |
| * Add Makefile for tmk board and tweak scan waittmk2013-07-032-2/+163
| |
* | Merge pull request #44 from Wraul/phantom_fixtmk2013-07-072-1/+2
|\ \ | | | | | | Correcting Phantom mistakes
| * | Correction to Phantom readme markdown.Wraul2013-07-071-0/+1
| | |
| * | Fix Phantom scroll lock LED.Wraul2013-07-071-1/+1
|/ /
* | Merge pull request #40 from yeeeargh/hid_liber-standard-layoutstmk2013-07-038-98/+186
|\ \ | |/ |/| Added standard layouts for ANSI and ISO to hid_liber
| * Added standard layouts for ANSI and ISO. Moved the initial layout from ↵yeeeargh2013-07-038-98/+186
|/ | | | | | alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. Added a README.md with links to the deskthority wikipages for this project and some build instructions.
* Fix debouncing bug in hid_liber(Issue #26)tmk2013-06-251-21/+18
|
* Merge branch 'Wraul-kmac'tmk2013-06-2323-0/+1153
|\
| * Add BACKLIGHT_ENABLE conditionaltmk2013-06-233-0/+8
| |
| * Fix typotmk2013-06-221-1/+1
| |
| * Initial implementation for the KMACWraul2013-06-2211-0/+932
| |
| * Add support for backlightWraul2013-06-2213-0/+213
|/
* Add default layer config to bootmagictmk2013-06-228-9/+40
|
* Merge branch 'x68k_led'tmk2013-06-228-153/+93
|\
| * Add JIS layout to x68ktmk2013-06-221-5/+15
| |
| * Use serial_uart.c instead of x68k.c nowtmk2013-06-226-155/+13
| |
| * Add LED support to x68ktmk2013-06-225-12/+62
| |
| * Add description of 'LED special function of X68000'tmk2013-06-221-0/+22
|/
* Add power consumptions to doctmk2013-06-191-0/+35
|
* Change tapping parameter for hhkb/iwraptmk2013-06-191-0/+5
|
* Add legacy keymap support for x68ktmk2013-06-191-0/+2
|
* Merge pull request #37 from Wraul/update_phantomtmk2013-05-2712-90/+465
|\ | | | | Polishing the Phantom project
| * Add Phantom README.Mathias Andersson2013-05-271-0/+247
| |
| * Move Phantom keymaps to separate header files.Mathias Andersson2013-05-278-63/+171
| |
| * Fix Phantom sleep LED.Mathias Andersson2013-05-273-10/+33
| |
| * Correct order of rows for PhantomMathias Andersson2013-05-272-12/+12
| |
| * Update Phantom debug printMathias Andersson2013-05-272-5/+2
| | | | | | | | This updates the Phantom project to use the new debug print functions.
* | Merge pull request #36 from Wraul/fix_sleep_ledtmk2013-05-272-0/+7
|\ \ | |/ |/| Fixes to sleep LED
| * Fixes to sleep LED.Mathias Andersson2013-05-272-0/+7
|/ | | | | Add help text. Add missing SLEEP_LED_ENABLE checks.
* Fix keymap of hid_liber from yeeearghtmk2013-05-211-13/+8
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-218-16/+15
| | | | | | | | | - 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
* Fix command.c and READMEtmk2013-05-152-25/+1
|
* Fix makefile, debug print and keymap of HHKBtmk2013-05-153-39/+15
|