qmk_firmware/quantum
Ryan 8b658dcc9a
Normalise MIDI keycodes (#18972)
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG`

* `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND`

* `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD`

* `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD`

* `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD`

* Misc controls

* Note keycodes

* Add legacy keycodes

* Regenerate keycodes

* Typo
2022-11-07 02:26:15 +00:00
..
audio In honor of king terry (#17387) 2022-06-23 02:47:15 +01:00
backlight [Core] PWM Backlight for RP2040 (#17706) 2022-10-04 23:10:24 +02:00
bootmagic
debounce Make debounce() signal changes in the cooked matrix as return value (#17554) 2022-07-07 10:00:40 +02:00
encoder/tests
keymap_extras Relocate US ANSI shifted keycode aliases (#18634) 2022-10-07 23:36:38 +01:00
led_matrix
logging [Fix] Patches after printf library update (#17584) 2022-07-07 14:14:09 +02:00
painter
pointing_device Fix keycode parameter extraction to match the new DD keycodes (#18977) 2022-11-06 21:39:05 +00:00
process_keycode Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
rgb_matrix Fix rgb_matrix_set_flags_noeeprom declaration (#18860) 2022-10-27 09:52:51 +01:00
rgblight Remove rgblight_list.h (#18878) 2022-10-27 23:50:14 +01:00
send_string Reduce includes for send_string header (#18952) 2022-11-05 21:45:40 +11:00
sequencer Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
split_common
unicode Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +00:00
wear_leveling
action.c
action.h
action_code.h Initial DD keycode migration (#18643) 2022-11-05 10:30:09 +00:00
action_layer.c docs: some typos (#18582) 2022-10-05 17:32:07 +01:00
action_layer.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
bitwise.c
bitwise.h
caps_word.c Reduce includes for caps_word header (#18948) 2022-11-03 23:42:58 +00:00
caps_word.h Reduce includes for caps_word header (#18948) 2022-11-03 23:42:58 +00:00
color.c
color.h
command.c
command.h
config_common.h
crc.c Reduce includes for crc header (#18947) 2022-11-03 21:36:58 +00:00
crc.h Reduce includes for crc header (#18947) 2022-11-03 21:36:58 +00:00
debounce.h
deferred_exec.c
deferred_exec.h
digitizer.c
digitizer.h Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 2021-08-18 04:52:44 +10:00
dip_switch.c Reduce includes for dip_switch header (#18951) 2022-11-04 11:54:35 +00:00
dip_switch.h Reduce includes for dip_switch header (#18951) 2022-11-04 11:54:35 +00:00
dynamic_keymap.c Formalise keyboard- and user-specific EEPROM blocks (#18874) 2022-11-04 19:20:11 +00:00
dynamic_keymap.h Add support for encoder mapping. (#13286) 2022-03-09 19:29:00 +11:00
dynamic_macro.h Normalise Dynamic Macro keycodes (#18939) 2022-11-03 23:01:06 +00:00
eeconfig.c Formalise keyboard- and user-specific EEPROM blocks (#18874) 2022-11-04 19:20:11 +00:00
eeconfig.h Formalise keyboard- and user-specific EEPROM blocks (#18874) 2022-11-04 19:20:11 +00:00
encoder.c Use `TAP_CODE_DELAY` for encoder mapping by default (#18098) 2022-08-28 21:53:08 -07:00
encoder.h Use a macro to compute the size of arrays at compile time (#18044) 2022-08-30 10:20:04 +02:00
haptic.c
haptic.h
joystick.c Further refactoring of joystick feature (#18437) 2022-09-27 18:37:13 +10:00
joystick.h Further refactoring of joystick feature (#18437) 2022-09-27 18:37:13 +10:00
keyboard.c
keyboard.h
keycode.h Initial DD keycode migration (#18643) 2022-11-05 10:30:09 +00:00
keycode_config.c PoC: Swap Escape and Caps (#16336) 2022-07-02 22:08:48 +10:00
keycode_config.h [Core] Add getreuer's Autocorrect feature to core (#15699) 2022-09-17 17:50:54 +10:00
keycodes.h Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
keymap.h
keymap_common.c Fix keycode parameter extraction to match the new DD keycodes (#18977) 2022-11-06 21:39:05 +00:00
keymap_introspection.c Start moving towards introspection-based data retrieval (#18441) 2022-09-29 18:25:55 +01:00
keymap_introspection.h
led.c quantum: led: split out led_update_ports() for customization of led behaviour (#14452) 2022-10-06 21:24:41 +11:00
led.h
led_tables.c
led_tables.h
main.c
matrix.c
matrix.h
matrix_common.c
mousekey.c add "inertia" mode for mouse keys (#18774) 2022-10-26 20:49:44 +01:00
mousekey.h add "inertia" mode for mouse keys (#18774) 2022-10-26 20:49:44 +01:00
pointing_device_internal.h
programmable_button.c Programmable Button API refactor and improve docs (#18641) 2022-10-15 14:33:24 +11:00
programmable_button.h
quantum.c Remove thermal printer. (#18959) 2022-11-06 00:15:55 +11:00
quantum.h Remove thermal printer. (#18959) 2022-11-06 00:15:55 +11:00
quantum_keycodes.h Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
quantum_keycodes_legacy.h Normalise MIDI keycodes (#18972) 2022-11-07 02:26:15 +00:00
raw_hid.h
ring_buffer.h
secure.c
secure.h
sync_timer.c
sync_timer.h Relocate protocol files within tmk_core/common/ (#14972) 2021-10-28 22:31:59 +01:00
util.h
variable_trace.c
variable_trace.h
velocikey.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
velocikey.h
via.c Initial DD keycode migration (#18643) 2022-11-05 10:30:09 +00:00
via.h Initial DD keycode migration (#18643) 2022-11-05 10:30:09 +00:00
virtser.h
wpm.c [Bug] Fix compilation issue with WPM (#18965) 2022-11-05 19:05:01 +00:00
wpm.h Reduce includes for wpm header (#18949) 2022-11-04 00:50:59 +00:00