1
0
Fork 0

Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into modifier-release-fix

This commit is contained in:
Wojciech Siewierski 2016-04-03 11:14:08 +02:00
commit 47dd29513e
220 changed files with 47824 additions and 42726 deletions

View file

@ -58,6 +58,9 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt);
/* user defined special function */
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt);
/* keyboard-specific key event (pre)processing */
void process_action_kb(keyrecord_t *record);
/* Utilities for actions. */
#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
extern bool disable_action_cache;