Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Correction to Phantom readme markdown. | Wraul | 2013-07-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix Phantom scroll lock LED. | Wraul | 2013-07-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #40 from yeeeargh/hid_liber-standard-layouts | tmk | 2013-07-03 | 8 | -98/+186 | |
|\ \ | |/ |/| | Added standard layouts for ANSI and ISO to hid_liber | |||||
| * | Added standard layouts for ANSI and ISO. Moved the initial layout from ↵ | yeeeargh | 2013-07-03 | 8 | -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) | tmk | 2013-06-25 | 1 | -21/+18 | |
| | ||||||
* | Merge branch 'Wraul-kmac' | tmk | 2013-06-23 | 23 | -0/+1153 | |
|\ | ||||||
| * | Add BACKLIGHT_ENABLE conditional | tmk | 2013-06-23 | 3 | -0/+8 | |
| | | ||||||
| * | Fix typo | tmk | 2013-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | Initial implementation for the KMAC | Wraul | 2013-06-22 | 11 | -0/+932 | |
| | | ||||||
| * | Add support for backlight | Wraul | 2013-06-22 | 13 | -0/+213 | |
|/ | ||||||
* | Add default layer config to bootmagic | tmk | 2013-06-22 | 8 | -9/+40 | |
| | ||||||
* | Merge branch 'x68k_led' | tmk | 2013-06-22 | 8 | -153/+93 | |
|\ | ||||||
| * | Add JIS layout to x68k | tmk | 2013-06-22 | 1 | -5/+15 | |
| | | ||||||
| * | Use serial_uart.c instead of x68k.c now | tmk | 2013-06-22 | 6 | -155/+13 | |
| | | ||||||
| * | Add LED support to x68k | tmk | 2013-06-22 | 5 | -12/+62 | |
| | | ||||||
| * | Add description of 'LED special function of X68000' | tmk | 2013-06-22 | 1 | -0/+22 | |
|/ | ||||||
* | Add power consumptions to doc | tmk | 2013-06-19 | 1 | -0/+35 | |
| | ||||||
* | Change tapping parameter for hhkb/iwrap | tmk | 2013-06-19 | 1 | -0/+5 | |
| | ||||||
* | Add legacy keymap support for x68k | tmk | 2013-06-19 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #37 from Wraul/update_phantom | tmk | 2013-05-27 | 12 | -90/+465 | |
|\ | | | | | Polishing the Phantom project | |||||
| * | Add Phantom README. | Mathias Andersson | 2013-05-27 | 1 | -0/+247 | |
| | | ||||||
| * | Move Phantom keymaps to separate header files. | Mathias Andersson | 2013-05-27 | 8 | -63/+171 | |
| | | ||||||
| * | Fix Phantom sleep LED. | Mathias Andersson | 2013-05-27 | 3 | -10/+33 | |
| | | ||||||
| * | Correct order of rows for Phantom | Mathias Andersson | 2013-05-27 | 2 | -12/+12 | |
| | | ||||||
| * | Update Phantom debug print | Mathias Andersson | 2013-05-27 | 2 | -5/+2 | |
| | | | | | | | | This updates the Phantom project to use the new debug print functions. | |||||
* | | Merge pull request #36 from Wraul/fix_sleep_led | tmk | 2013-05-27 | 2 | -0/+7 | |
|\ \ | |/ |/| | Fixes to sleep LED | |||||
| * | Fixes to sleep LED. | Mathias Andersson | 2013-05-27 | 2 | -0/+7 | |
|/ | | | | | Add help text. Add missing SLEEP_LED_ENABLE checks. | |||||
* | Fix keymap of hid_liber from yeeeargh | tmk | 2013-05-21 | 1 | -13/+8 | |
| | ||||||
* | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 2013-05-21 | 8 | -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 README | tmk | 2013-05-15 | 2 | -25/+1 | |
| | ||||||
* | Fix makefile, debug print and keymap of HHKB | tmk | 2013-05-15 | 3 | -39/+15 | |
| | ||||||
* | Merge branch 'fix_print' | tmk | 2013-05-14 | 15 | -284/+861 | |
|\ | ||||||
| * | Use dprint and dprintf for debug | tmk | 2013-05-14 | 5 | -62/+72 | |
| | | ||||||
| * | Add xprintf(xitoa) from elm-chan.org | tmk | 2013-05-14 | 10 | -222/+789 | |
|/ | ||||||
* | Merge pull request #31 from Wraul/update_phantom | tmk | 2013-05-04 | 2 | -167/+240 | |
|\ | | | | | More updates to Phantom | |||||
| * | Code style fixes for Phantom matrix. | Mathias Andersson | 2013-05-02 | 1 | -15/+15 | |
| | | ||||||
| * | Add full 7bit support to Phantom keymap. | Mathias Andersson | 2013-05-02 | 1 | -56/+98 | |
| | | ||||||
| * | Change Phantom matrix scan to be similar to GH60. | Mathias Andersson | 2013-05-01 | 1 | -94/+125 | |
| | | ||||||
| * | Improve matrix print for Phantom. | Mathias Andersson | 2013-05-01 | 1 | -2/+2 | |
| | | ||||||
* | | Fix README of terminal converter | tmk | 2013-05-04 | 1 | -25/+15 | |
| | | ||||||
* | | Merge branch 'master' of github.com:tmk/tmk_keyboard | tmk | 2013-05-04 | 1 | -15/+11 | |
|\| | ||||||
| * | Merge pull request #30 from Wraul/phantom_debounce_fix | tmk | 2013-04-30 | 1 | -15/+11 | |
| |\ | | | | | | | Fix debouncing on Phantom. | |||||
| | * | Fix debouncing on Phantom. | Mathias Andersson | 2013-04-28 | 1 | -15/+11 | |
| |/ | ||||||
* | | Increase buffer size of PS2 protocol | tmk | 2013-05-04 | 2 | -2/+2 | |
| | | ||||||
* | | Add support of Model F 122 terminal keyboard | tmk | 2013-05-04 | 9 | -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 info | tmk | 2013-04-22 | 2 | -6/+9 | |
|/ | ||||||
* | Fix doc and descriptor of iwrap | tmk | 2013-04-22 | 5 | -128/+89 | |
| | ||||||
* | Add vusb support to iwrap | tmk | 2013-04-22 | 1 | -9/+11 | |
| | ||||||
* | Merge pull request #29 from Wraul/update_phantom | tmk | 2013-04-21 | 4 | -102/+94 | |
|\ | | | | | Update Phantom for new keymap framework | |||||
| * | Adjust Phantom layouts formating. | Mathias Andersson | 2013-04-21 | 1 | -53/+53 | |
| | | | | | | | | Make the layout formating better match that of GH60. |