summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-28Add NKRO support for LUFAtmk
2013-07-24Merge branch 'bootmagic_salt'(Fix issue #41)tmk
2013-07-24Add bootmagic salt key to avoid accidental configurationtmk
2013-07-23Merge branch 'lockkey_fix'(Fix issue #46)tmk
2013-07-23Add mechanical locking switch support for NumLock and ScrollLocktmk
2013-07-23Merge branch 'macro_mediakey'(Fix issue #42)tmk
2013-07-23Add support for macro media/system keystmk
2013-07-21Merge branch 'bob_fix'tmk
2013-07-21Cancel tapping when interrupted by other keytmk
2013-07-20Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk
2013-07-15Add compile conditional for assembler(xprintf)tmk
2013-07-11Merge branch 'hhkb_tmk'tmk
2013-07-11Fix README and doctmk
2013-07-11Add Caps Lock LED on PD6tmk
2013-07-08Add power control of keyswitch board and tweak scan waittmk
2013-07-07Merge pull request #44 from Wraul/phantom_fixtmk
Correcting Phantom mistakes
2013-07-07Correction to Phantom readme markdown.Wraul
2013-07-07Fix Phantom scroll lock LED.Wraul
2013-07-03Merge pull request #40 from yeeeargh/hid_liber-standard-layoutstmk
Added standard layouts for ANSI and ISO to hid_liber
2013-07-03Added standard layouts for ANSI and ISO. Moved the initial layout from ↵yeeeargh
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.
2013-07-03Tweak tap timing for slow tap on space bartmk
2013-07-03Add Makefile for tmk board and tweak scan waittmk
2013-06-25Fix debouncing bug in hid_liber(Issue #26)tmk
2013-06-23Merge branch 'Wraul-kmac'tmk
2013-06-23Add BACKLIGHT_ENABLE conditionaltmk
2013-06-22Fix typotmk
2013-06-22Initial implementation for the KMACWraul
2013-06-22Add support for backlightWraul
2013-06-22Add default layer config to bootmagictmk
2013-06-22Merge branch 'x68k_led'tmk
2013-06-22Add JIS layout to x68ktmk
2013-06-22Use serial_uart.c instead of x68k.c nowtmk
2013-06-22Add LED support to x68ktmk
2013-06-22Add description of 'LED special function of X68000'tmk
2013-06-19Add power consumptions to doctmk
2013-06-19Change tapping parameter for hhkb/iwraptmk
2013-06-19Add legacy keymap support for x68ktmk
2013-05-27Merge pull request #37 from Wraul/update_phantomtmk
Polishing the Phantom project
2013-05-27Merge pull request #36 from Wraul/fix_sleep_ledtmk
Fixes to sleep LED
2013-05-27Add Phantom README.Mathias Andersson
2013-05-27Move Phantom keymaps to separate header files.Mathias Andersson
2013-05-27Fix Phantom sleep LED.Mathias Andersson
2013-05-27Correct order of rows for PhantomMathias Andersson
2013-05-27Update Phantom debug printMathias Andersson
This updates the Phantom project to use the new debug print functions.
2013-05-27Fixes to sleep LED.Mathias Andersson
Add help text. Add missing SLEEP_LED_ENABLE checks.
2013-05-21Fix keymap of hid_liber from yeeearghtmk
2013-05-21Fix deprecated 'prog_*' typedef - Issue #34tmk
- 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-15Fix command.c and READMEtmk
2013-05-15Fix makefile, debug print and keymap of HHKBtmk
2013-05-14Merge branch 'fix_print'tmk