aboutsummaryrefslogtreecommitdiffstats
path: root/common/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove core library and build filestmk2015-04-101-185/+0
|
* Fix common files for mbedtmk2014-07-301-1/+0
|
* Port action_* to mbedtmk2014-07-301-2/+2
|
* Fix to bootmagic key configurabletmk2013-09-211-1/+2
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-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 bootmagic and eeconfig for virtual DIP SWtmk2013-04-071-0/+64
|
* Fix keymap for new actionstmk2013-04-051-2/+2
|
* Rename file layer_switch to action_layertmk2013-04-021-1/+1
|
* Fix legacy keymap supporttmk2013-03-111-38/+48
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Fix keymap for new frameworktmk2013-03-051-10/+8
|
* Add MACRO actiontmk2013-02-251-3/+5
|
* Add keymap clear/reset actiontmk2013-02-201-2/+2
|
* Add overlay frameworktmk2013-02-201-32/+59
|
* Change struct key_ttmk2013-02-131-1/+1
|
* Change action APItmk2013-02-131-8/+3
|
* Change keymap APItmk2013-02-131-20/+36
|
* Add macro feature.tmk2013-02-041-1/+1
|
* Add user defined function to action.tmk2013-02-011-1/+1
|
* Add legacy keymap support.tmk2013-01-311-0/+73