You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum
Luke Silva a3357d078e Add support for various tapping macros
A macro key can now be easily set to act as a modifier on hold, and
press a shifted key when tapped. Or to switch layers when held, and
again press a shifted key when tapped.

Various other helper defines have been created which send macros when
the key is pressed, released and tapped, cleaning up the
action_get_macro function inside keymap definitions.

The layer switching macros require a GCC extension - 'compound
statements enclosed within parentheses'. The use of this extension is
already present within the macro subsystem of this project, so its use
in this commit should not cause any additional issues.

MACRO_NONE had to be cast to a (macro_t*) to suppress compiler
warnings within some tapping macros.
8 years ago
..
api API Sysex fixes 8 years ago
audio initial subatomic keymap (text) 8 years ago
keymap_extras Annotates nordic 8 years ago
process_keycode turn off rgb_midi in ez 8 years ago
serial_link Convert tirple_buffered_object_tests to GTest 8 years ago
template Fix the keyboard template with new make syntax 8 years ago
tools Backlight abstraction and other changes (#439) 9 years ago
visualizer added mods status bit to visualizer. 8 years ago
analog.c quantum separated 9 years ago
analog.h quantum separated 9 years ago
api.c rgb clean-up, api clean-up 8 years ago
api.h separated into api files/folder 8 years ago
config_common.h API Sysex fixes 8 years ago
dynamic_macro.h Reduce the default dynamic macro buffer 8 years ago
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 9 years ago
keycode_config.h Use keyboard config for nkro (#7) 8 years ago
keymap.h Keycode refactor 8 years ago
keymap_common.c Add ability to use tap macros without using functions 8 years ago
light_ws2812.c rgb light through midi 8 years ago
light_ws2812.h rgb clean-up, api clean-up 8 years ago
matrix.c don't always detect a matrix change (fixes debounce) 8 years ago
pincontrol.h Add arduino-alike GPIO pin control helpers 8 years ago
quantum.c Added check that makes sure a code is a right modifier before considering it as one 8 years ago
quantum.h separated into api files/folder 8 years ago
quantum_keycodes.h Add support for various tapping macros 8 years ago
rgblight.c Removed errant + 8 years ago
rgblight.h Add extern for 'led' global, set 'weak' attribute for rgblight_set() 8 years ago
variable_trace.c Add possibility to control variable trace from make 8 years ago
variable_trace.h Add documentation for the variable tracing 8 years ago