aboutsummaryrefslogtreecommitdiffstats
path: root/common/action.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 keymap of hhkb for new actionstmk2013-04-051-8/+10
|
* Add file action_code.htmk2013-04-041-286/+2
|
* Fix ACTION_LAYER macrostmk2013-04-031-26/+23
|
* Refine ACT_LAYER and ACT_LAYER_TAPtmk2013-04-021-91/+75
| | | | - Remove ACT_LAYER_BITOP
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-311-71/+77
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Add action_tapping.[ch] for refactoringtmk2013-03-291-12/+15
|
* Clean action.h and add keymap doctmk2013-03-051-54/+14
|
* Create keymap.mdtmk2013-03-041-0/+4
|
* Add tap flags on record_ttmk2013-02-261-3/+15
|
* Add MACRO actiontmk2013-02-251-25/+27
|
* Fix README and comments in action.htmk2013-02-231-7/+7
|
* Add keymap clear/reset actiontmk2013-02-201-10/+13
|
* Add overlay frameworktmk2013-02-201-91/+126
|
* Rewrite layer action with layer_switchtmk2013-02-161-20/+15
|
* Replace layer_stack with layer_switchtmk2013-02-151-20/+19
|
* Add layer stacktmk2013-02-141-60/+73
|
* Change action APItmk2013-02-131-95/+105
|
* Make Transparent feature available to new keymaps.tmk2013-02-131-1/+4
|
* Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-121-8/+9
|
* Fix is_tap_key()tmk2013-02-111-1/+1
|
* Clean layer actions.tmk2013-02-101-84/+106
|
* Add macro feature.tmk2013-02-041-12/+12
|
* Add user defined function to action.tmk2013-02-011-23/+24
|
* Add legacy keymap support.tmk2013-01-311-29/+58
|
* Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-301-7/+7
|
* Clean code.tmk2013-01-281-18/+21
|
* Add tap toggle feature to action.tmk2013-01-281-12/+14
|
* Add oneshot modifier action.tmk2013-01-271-103/+95
|
* New tapping logic.tmk2013-01-271-4/+2
|
* Add prototype of Action Function.tmk2013-01-231-2/+36
|
* Add support partly for modifier with tap key.tmk2013-01-161-80/+81
|
* Add new layer actions.tmk2013-01-091-61/+91
|
* Add initial fix for new keymap.tmk2012-12-161-0/+219