qmk-firmware/quantum
Wez Furlong 8485bb34d2 Add arduino-alike GPIO pin control helpers
Unlike the arduino functions, these don't take abstract pin numbers,
they take pin labels like `B0`.  Also, rather than taking very
generic parameter names, these take slightly more descriptive
enum values.

These improve the clarity of code that would otherwise be inscrutable
bit manipulation in tersely named port register names.
2016-11-27 22:58:34 -08:00
..
audio
keymap_extras Add japanese keymap 2016-11-22 20:40:12 +09:00
process_keycode fix strict-prototypes warning 2016-11-26 23:53:15 +07:00
serial_link
template
tools
visualizer
analog.c
analog.h
config_common.h remove define checks. didn't work because of include ordering. 2016-11-26 15:57:48 +07:00
dynamic_macro.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
light_ws2812.c
light_ws2812.h
matrix.c don't always detect a matrix change (fixes debounce) 2016-11-18 23:20:07 -05:00
pincontrol.h Add arduino-alike GPIO pin control helpers 2016-11-27 22:58:34 -08:00
quantum.c Fix the Space Cadet timeout code 2016-11-19 18:19:18 +01:00
quantum.h
rgblight.c
rgblight.h
variable_trace.c
variable_trace.h