You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum
Drashna Jaelre cc146e32dc
Improve RGB Light code (#4326)
7 years ago
..
api
audio Fix ARM Audio issues and its EEPROM persistence (#4936) 7 years ago
debounce Fix compile error in debounce_eager_pk 7 years ago
keymap_extras Fix QWERTZ <> QWERTY issue in sendstring_german.h 7 years ago
process_keycode Remove problematic unicode_map stub definition in process_unicodemap.c (#5110) 7 years ago
serial_link Only re-send matrix every 5ms 9 years ago
split_common Simplify split_common Code significantly (#4772) 7 years ago
stm32 Adds Proton C Conversion (#4661) 7 years ago
template Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) 7 years ago
tools
visualizer move lcd_backlight_keyframes to correct location 8 years ago
api.c
api.h
color.c
color.h
config_common.h Simplify split_common Code significantly (#4772) 7 years ago
debounce.h Removed #include "matrix.h" from debounce.h 7 years ago
dynamic_keymap.c Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_keymap.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_macro.h
encoder.c add support for encoders to core 7 years ago
encoder.h add support for encoders to core 7 years ago
fauxclicky.c
fauxclicky.h
keycode_config.c Fix #1566 - NKRO reseting issue 8 years ago
keycode_config.h
keymap.h
keymap_common.c Fix Bootmgic Mod Handling for LM keycodes (#4740) 7 years ago
led_matrix.c fix the led_matrix.h naming conflict 7 years ago
led_matrix_drivers.c fix the led_matrix.h naming conflict 7 years ago
led_tables.c
led_tables.h
ledmatrix.h fix the led_matrix.h naming conflict 7 years ago
matrix.c Debounce refactor / API (#3720) 7 years ago
mcu_selection.mk Adds Proton C Conversion (#4661) 7 years ago
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c fix compiling for backlight without led matrix 7 years ago
quantum.h fix the led_matrix.h naming conflict 7 years ago
quantum_keycodes.h Add C(), A() and G() to match already existing S() (#4673) 7 years ago
rgb.h
rgb_matrix.c Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) 7 years ago
rgb_matrix.h revert accidental rgb_matrix.h changes 7 years ago
rgb_matrix_drivers.c
rgblight.c Improve RGB Light code (#4326) 7 years ago
rgblight.h Improve RGB Light code (#4326) 7 years ago
rgblight_list.h
rgblight_reconfig.h
rgblight_types.h
send_string_keycodes.h
variable_trace.c
variable_trace.h