Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new keymap framework | tmk | 2013-11-29 | 1 | -322/+0 |
| | |||||
* | Fix version info command | tmk | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | Add ld script for keymap section | tmk | 2013-09-11 | 1 | -8/+11 |
| | |||||
* | Add support for macro media/system keys | tmk | 2013-07-23 | 1 | -5/+11 |
| | |||||
* | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 2013-05-21 | 1 | -1/+1 |
| | | | | | | | | | - 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 makefile, debug print and keymap of HHKB | tmk | 2013-05-15 | 1 | -3/+4 |
| | |||||
* | Fix keymap of hhkb for new actions | tmk | 2013-04-05 | 1 | -11/+8 |
| | |||||
* | Fix keymap for new framework | tmk | 2013-03-05 | 1 | -3/+3 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -79/+64 |
| | |||||
* | Fix keymap MACRO of pc98 adn hhkb | tmk | 2013-02-25 | 1 | -17/+20 |
| | |||||
* | Fix keymap of gh60 and hhkb | tmk | 2013-02-21 | 1 | -33/+18 |
| | |||||
* | Change struct key_t | tmk | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Change action API | tmk | 2013-02-13 | 1 | -4/+1 |
| | |||||
* | Change keymap API | tmk | 2013-02-13 | 1 | -33/+30 |
| | |||||
* | Clean layer actions. | tmk | 2013-02-10 | 1 | -30/+47 |
| | |||||
* | Add macro feature. | tmk | 2013-02-04 | 1 | -7/+35 |
| | |||||
* | Add user defined function to action. | tmk | 2013-02-01 | 1 | -50/+113 |
| | |||||
* | Clean code. | tmk | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Add tap toggle feature to action. | tmk | 2013-01-28 | 1 | -2/+4 |
| | |||||
* | Add oneshot modifier action. | tmk | 2013-01-27 | 1 | -3/+9 |
| | |||||
* | Add prototype of Action Function. | tmk | 2013-01-23 | 1 | -2/+18 |
| | |||||
* | Add support partly for modifier with tap key. | tmk | 2013-01-16 | 1 | -15/+3 |
| | |||||
* | Fix waiting_keys and periodical update for delaying layer. | tmk | 2013-01-15 | 1 | -1/+0 |
| | |||||
* | Fix tap key using delaying_layer and waiting_key. | tmk | 2013-01-13 | 1 | -2/+6 |
| | |||||
* | Add new layer actions. | tmk | 2013-01-09 | 1 | -37/+41 |
| | |||||
* | Fix action of system and consumer usage. | tmk | 2012-12-17 | 1 | -2/+2 |
| | |||||
* | Add initial fix for new keymap. | tmk | 2012-12-16 | 1 | -54/+55 |
| | |||||
* | Fix HHKB keymap | tmk | 2012-10-17 | 1 | -3/+3 |
| | |||||
* | Add Mousekey parameters and accel keys. | tmk | 2012-10-17 | 1 | -4/+4 |
| | |||||
* | Add keycode.h and remove usb_keycodes.h. | tmk | 2012-10-17 | 1 | -26/+25 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -4/+4 |
| | |||||
* | Change keymap of hhkb/macway. | tmk | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Add protocol/lufa. LUFA supported now. | tmk | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | Made directories for keyboard and converter projects. | tmk | 2012-06-08 | 1 | -0/+221 |