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 Add IN_LIKE_FLINT song 2016-07-30 01:52:33 -07:00
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 Convert tirple_buffered_object_tests to GTest 2016-08-27 21:57:49 +03:00
template Fix the keyboard template with new make syntax 2016-08-27 23:31:15 +03:00
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 Reduce the default dynamic macro buffer 2016-10-09 12:52:39 +02:00
keycode_config.c
keycode_config.h Use keyboard config for nkro (#7) 2016-09-06 23:19:01 -05:00
keymap.h Merge pull request #815 from priyadi/unicode_map 2016-10-16 15:49:45 -04:00
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 Add a register/unregister_code16 pair of functions 2016-08-18 11:29:53 +02:00
rgblight.c Merge pull request #814 from fredizzimo/rgb_tuning 2016-10-10 00:20:24 -04:00
rgblight.h Tunable RGB light intervals 2016-10-09 19:26:16 +03:00
variable_trace.c Add possibility to control variable trace from make 2016-11-06 22:11:24 +02:00
variable_trace.h Add documentation for the variable tracing 2016-11-06 22:44:43 +02:00