summaryrefslogtreecommitdiff
path: root/common/keymap.c
Commit message (Collapse)AuthorAge
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-21
| | | | | | | | | - 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 bootmagic and eeconfig for virtual DIP SWtmk2013-04-07
|
* Fix keymap for new actionstmk2013-04-05
|
* Rename file layer_switch to action_layertmk2013-04-02
|
* Fix legacy keymap supporttmk2013-03-11
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Fix keymap for new frameworktmk2013-03-05
|
* Add MACRO actiontmk2013-02-25
|
* Add keymap clear/reset actiontmk2013-02-20
|
* Add overlay frameworktmk2013-02-20
|
* Change struct key_ttmk2013-02-13
|
* Change action APItmk2013-02-13
|
* Change keymap APItmk2013-02-13
|
* Add macro feature.tmk2013-02-04
|
* Add user defined function to action.tmk2013-02-01
|
* Add legacy keymap support.tmk2013-01-31