summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-05-14Use dprint and dprintf for debugtmk
2013-05-14Add xprintf(xitoa) from elm-chan.orgtmk
2013-05-04Merge pull request #31 from Wraul/update_phantomtmk
More updates to Phantom
2013-05-04Fix README of terminal convertertmk
2013-05-04Merge branch 'master' of github.com:tmk/tmk_keyboardtmk
2013-05-04Increase buffer size of PS2 protocoltmk
2013-05-04Add support of Model F 122 terminal keyboardtmk
- change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART
2013-05-02Code style fixes for Phantom matrix.Mathias Andersson
2013-05-02Add full 7bit support to Phantom keymap.Mathias Andersson
2013-05-01Change Phantom matrix scan to be similar to GH60.Mathias Andersson
2013-05-01Improve matrix print for Phantom.Mathias Andersson
2013-04-30Merge pull request #30 from Wraul/phantom_debounce_fixtmk
Fix debouncing on Phantom.
2013-04-28Fix debouncing on Phantom.Mathias Andersson
2013-04-22Fix doc of Boot Magic and add another project infotmk
2013-04-22Fix doc and descriptor of iwraptmk
2013-04-22Add vusb support to iwraptmk
2013-04-21Merge pull request #29 from Wraul/update_phantomtmk
Update Phantom for new keymap framework