1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/quantum
Joel Challis eddd1c0567
Fix BACKLIGHT_CAPS_LOCK warning (#15999)
* Fix BACKLIGHT_CAPS_LOCK warning

* align defs
2022-01-22 23:11:42 +00:00
..
audio
backlight
bootmagic
debounce
encoder/tests Re-add encoder tests (#15312) 2021-11-27 22:19:22 +11:00
keymap_extras Fix inverted gt and lt send_string mapping in canadian multilingual (#15487) 2021-12-16 10:05:06 -08:00
led_matrix
logging
process_keycode Rename some Quantum keycodes (#15968) 2022-01-22 03:34:15 +00:00
rgb_matrix
rgblight
sequencer
split_common Format code according to conventions (#15693) 2021-12-31 23:46:23 +00:00
action.c
action.h Manually format develop (#15003) 2021-11-01 19:18:33 +00:00
action_code.h Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_layer.c Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_layer.h Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_macro.c Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_macro.h Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
action_tapping.c
action_tapping.h
action_util.c [Core] Don't send keyboard reports that propagate no changes to the host (#14065) 2021-12-14 10:40:18 -08:00
action_util.h Migrate platform independent code from tmk_core -> quantum (#13673) 2021-08-18 00:18:58 +01:00
bitwise.c
bitwise.h
color.c
color.h
command.c
command.h
config_common.h Remove deprecated KEYMAP alias (#15037) 2021-11-03 12:18:11 +11:00
crc.c Add CRC8 calculation subsystem to quantum (#12641) 2021-06-18 00:09:43 +01:00
crc.h
debounce.h
deferred_exec.c Advanced deferred_exec for core-side code. (#15579) 2022-01-10 18:26:46 +00:00
deferred_exec.h Advanced deferred_exec for core-side code. (#15579) 2022-01-10 18:26:46 +00:00
digitizer.c
digitizer.h Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 2021-08-18 04:52:44 +10:00
dip_switch.c Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 2021-08-20 10:15:11 +01:00
dip_switch.h Convert Dip Switch callbacks to boolean functions (#13399) 2021-07-01 08:22:21 -07:00
dynamic_keymap.c
dynamic_keymap.h
dynamic_macro.h [Core] Convert Dynamic Macro to a Core Feature (#5948) 2019-11-04 22:59:13 -08:00
eeconfig.c
eeconfig.h
encoder.c
encoder.h
haptic.c
haptic.h
joystick.c
joystick.h
keyboard.c
keyboard.h
keycode.h Basic keycode overhaul (#14726) 2021-11-03 22:22:17 -07:00
keycode_config.c
keycode_config.h
keycode_legacy.h
keymap.h [Bug] Fix hack for chibiOS reset name (#15984) 2022-01-22 04:59:19 +00:00
keymap_common.c Basic keycode overhaul (#14726) 2021-11-03 22:22:17 -07:00
led.c
led.h
led_tables.c Remove unused LED_BREATHING_TABLE 2020-03-06 22:29:01 -08:00
led_tables.h Change include guards in quantum/ to pragma once (#11239) 2020-12-26 15:53:12 +11:00
main.c Add support for deferred executors. (#14859) 2021-11-15 18:21:09 +00:00
matrix.c
matrix.h
matrix_common.c [Bug] Include missing string.h include (#15606) 2021-12-28 10:57:41 +11:00
mousekey.c
mousekey.h
pointing_device.c
pointing_device.h
pointing_device_drivers.c
programmable_button.c
programmable_button.h
quantum.c
quantum.h
quantum_keycodes.h
quantum_keycodes_legacy.h
raw_hid.h
ring_buffer.h Migrate some tmk_core files to quantum (#11791) 2021-02-07 23:16:15 +00:00
send_string.c Move SENDSTRING_BELL code to send_string.h (#13566) 2021-07-16 09:40:20 -07:00
send_string.h Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 2021-03-12 18:03:44 +11:00
send_string_keycodes.h
sync_timer.c Relocate protocol files within tmk_core/common/ (#14972) 2021-10-28 22:31:59 +01:00
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
velocikey.h
via.c
via.h Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 2021-08-20 21:02:53 -07:00
via_ensure_keycode.h
virtser.h
wpm.c
wpm.h