diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-05-15 00:47:25 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-15 00:47:25 -0400 |
commit | bf5c2ccee5497523c214dae7aacdc27fdbb0f235 (patch) | |
tree | 0bd27929ab759c0b7fd454e9a684bb1618330af6 /quantum/keymap_common.h | |
parent | 15719f3574c6274ee0f3ec87431927c5a523aa3e (diff) | |
download | firmware-bf5c2ccee5497523c214dae7aacdc27fdbb0f235.tar.gz firmware-bf5c2ccee5497523c214dae7aacdc27fdbb0f235.tar.bz2 firmware-bf5c2ccee5497523c214dae7aacdc27fdbb0f235.zip |
splits process_action up to handle records separately (#329)
* implements leader key for planck experimental
* allows override of leader timeout
* adds ability to use the leader key in seq
* fixes leader keycode
* adds chording prototype
* fixes keycode detection
* moves music mode to quantum.c
* disables chording by default
* adds music sequencer functionality
* implements audio/music functions in quantum.c
* splits up process_action to allow independent processing of actions
* merging?
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r-- | quantum/keymap_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 4107d575b..0074ab164 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -191,6 +191,9 @@ extern const uint16_t fn_actions[]; #define RESET 0x5000 #define DEBUG 0x5001 +#define KC_LEAD 0x5014 + + // MAGIC keycodes #define MAGIC_SWAP_CONTROL_CAPSLOCK 0x5002 |