summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-04-21Adjust Phantom layouts formating.Mathias Andersson
Make the layout formating better match that of GH60.
2013-04-21Updated Phantom for new keymap framework.Mathias Andersson
2013-04-20Merge branch 'iwrap5'tmk
2013-04-20Add support of mouse horizontal wheel to iWRAPtmk
2013-04-19Rescue script from iWRAP MUX mode stucktmk
2013-04-18Fix build options for NEWS convertertmk
2013-04-18Add support of iWRAP5tmk
- mouse virtical wheel - consumer page
2013-04-13Fix LUFA host driver for unconfigured statetmk
2013-04-13Fix USB Descriptorstmk
2013-04-13Remove common/controller_teensy.htmk
2013-04-12Add new build options on m0110_usbtmk
2013-04-12Remove MATRIX_HAS_LOCKING_CAPS optiontmk
2013-04-12Add m0116 keymap from tuftytmk
2013-04-12Add media eject key support from tuftytmk
2013-04-09Remove debug line from adb.ctmk
2013-04-09Merge branch 'adb_fix'tmk
2013-04-09Add new build options to adb_usbtmk
2013-04-09Fix ADB protocol issue #14tmk