aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'fix_print'tmk2013-05-1415-284/+861
|\
| * Use dprint and dprintf for debugtmk2013-05-145-62/+72
| |
| * Add xprintf(xitoa) from elm-chan.orgtmk2013-05-1410-222/+789
|/
* Merge pull request #31 from Wraul/update_phantomtmk2013-05-042-167/+240
|\ | | | | More updates to Phantom
| * Code style fixes for Phantom matrix.Mathias Andersson2013-05-021-15/+15
| |
| * Add full 7bit support to Phantom keymap.Mathias Andersson2013-05-021-56/+98
| |
| * Change Phantom matrix scan to be similar to GH60.Mathias Andersson2013-05-011-94/+125
| |
| * Improve matrix print for Phantom.Mathias Andersson2013-05-011-2/+2
| |
* | Fix README of terminal convertertmk2013-05-041-25/+15
| |
* | Merge branch 'master' of github.com:tmk/tmk_keyboardtmk2013-05-041-15/+11
|\|
| * Merge pull request #30 from Wraul/phantom_debounce_fixtmk2013-04-301-15/+11
| |\ | | | | | | Fix debouncing on Phantom.
| | * Fix debouncing on Phantom.Mathias Andersson2013-04-281-15/+11
| |/
* | Increase buffer size of PS2 protocoltmk2013-05-042-2/+2
| |
* | Add support of Model F 122 terminal keyboardtmk2013-05-049-480/+338
| | | | | | | | | | | | - change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART
* | Fix doc of Boot Magic and add another project infotmk2013-04-222-6/+9
|/
* Fix doc and descriptor of iwraptmk2013-04-225-128/+89
|
* Add vusb support to iwraptmk2013-04-221-9/+11
|
* Merge pull request #29 from Wraul/update_phantomtmk2013-04-214-102/+94
|\ | | | | Update Phantom for new keymap framework
| * Adjust Phantom layouts formating.Mathias Andersson2013-04-211-53/+53
| | | | | | | | Make the layout formating better match that of GH60.
| * Updated Phantom for new keymap framework.Mathias Andersson2013-04-214-52/+44
|/
* Merge branch 'iwrap5'tmk2013-04-2012-31/+454
|\
| * Add support of mouse horizontal wheel to iWRAPtmk2013-04-203-76/+117
| |
| * Rescue script from iWRAP MUX mode stucktmk2013-04-191-0/+7
| |
| * Add support of iWRAP5tmk2013-04-1811-27/+402
| | | | | | | | | | - mouse virtical wheel - consumer page
* | Fix build options for NEWS convertertmk2013-04-183-6/+20
|/
* Fix LUFA host driver for unconfigured statetmk2013-04-131-0/+12
|
* Fix USB Descriptorstmk2013-04-133-6/+19
|
* Remove common/controller_teensy.htmk2013-04-1316-97/+0
|
* Add new build options on m0110_usbtmk2013-04-124-45/+36
|
* Remove MATRIX_HAS_LOCKING_CAPS optiontmk2013-04-121-2/+0
|
* Add m0116 keymap from tuftytmk2013-04-121-24/+61
|
* Add media eject key support from tuftytmk2013-04-122-2/+6
|
* Remove debug line from adb.ctmk2013-04-091-1/+0
|
* Merge branch 'adb_fix'tmk2013-04-096-25/+201
|\
| * Add new build options to adb_usbtmk2013-04-095-5/+148
| |
| * Fix ADB protocol issue #14tmk2013-04-091-5/+14
| |
| * Fix comment of ADB signaling.tmk2013-04-091-15/+39
|/
* Add coding style and config.h optionstmk2013-04-072-0/+21
|
* Merge branch 'virtual_dipsw'tmk2013-04-0712-169/+246
|\
| * Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-0712-169/+246
|/
* Add doc/build.md and doc/other_projects.mdtmk2013-04-063-218/+306
|
* Fix keymap for new actionstmk2013-04-052-11/+11
|
* Merge branch 'action_refine'tmk2013-04-0525-1239/+880
|\
| * Fix keymap of hhkb for new actionstmk2013-04-052-19/+18
| |
| * Fix doc/keymap.md for new actionstmk2013-04-051-39/+74
| |
| * Fix keymap of gh60tmk2013-04-056-57/+52
| |