qmk_firmware/quantum
adiron 3d3c093173 Added bending to MIDI (#2740)
This is done via MI_BENDD and MI_BENDU. At the moment the value is
hardcoded and cannot be adjusted (future commit?) and is the max for the
`midi_send_pitchbend` function (up or down).

`MI_BENDD` and `MI_BENDU` both require `#define MIDI_ADVANCED`

MIDI pitch bend was already implemented in `protocol/midi.c`, I merely
added the keycodes to trigger them. :) (thanks to Jack, two years ago
in commit fb4fe52c apparently)
2018-04-18 22:22:08 -04:00
..
api
audio Fix incorrect port direction setting in my previous pull request for pins B5, B6, B7 (#2739) 2018-04-13 03:53:29 -04:00
keymap_extras Add Support for Software Workman (#2632) 2018-03-28 12:07:59 -07:00
process_keycode Added bending to MIDI (#2740) 2018-04-18 22:22:08 -04:00
serial_link
template change KEYMAP to LAYOUT for all new keyboards made using this script 2018-04-05 19:15:50 -04:00
tools
visualizer
api.c
api.h
config_common.h
dynamic_macro.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap_common.c
keymap.h
led_tables.c
led_tables.h
matrix.c
pincontrol.h
pointing_device.c
pointing_device.h
quantum_keycodes.h Added bending to MIDI (#2740) 2018-04-18 22:22:08 -04:00
quantum.c
quantum.h
rgblight_list.h Fix commands and update my userspace (for testing) 2018-03-28 16:55:58 -04:00
rgblight_types.h
rgblight.c change rgblight_increase_val() and eeconfig_update_rgblight_default(), use RGBLIGHT_LIMIT_VAL insted of 255. 2018-03-26 13:41:53 -04:00
rgblight.h Fix commands and update my userspace (for testing) 2018-03-28 16:55:58 -04:00
send_string_keycodes.h
variable_trace.c
variable_trace.h