Ryan 6b3e56b889 Rename ledmatrix.h to match .c file (#7949) 5 年 前
..
api b624f32f94 clang-format changes 7 年 前
audio f11437aef3 Allow for user song list (#9281) 6 年 前
backlight 991c75081c qmk cformat (#10767) 5 年 前
debounce f7ccbfcea8 quantum/debounce: rename debouncing algorithms (#9564) 5 年 前
keymap_extras 2ffac90c99 Fix typo causing `redefined error` in keymap_french_osx (#10962) 5 年 前
process_keycode fd8f65959e Auto shift: support repeats and early registration (#9826) 5 年 前
rgb_matrix_animations de4cbe34ff Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) 5 年 前
rgb_matrix_runners de4cbe34ff Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) 5 年 前
sequencer 38527f9a3b Add step sequencer feature (#9703) 5 年 前
serial_link 26eef35f07 2020 February 29 Breaking Changes Update (#8064) 6 年 前
split_common 75a18e69f9 Some GPIO manipulations in matrix.c change to atomic. (#10491) 5 年 前
template 94e94ffb5b Recommend use of LED Indicator config (#10895) 5 年 前
tools 13bb6b4b7f Backlight abstraction and other changes (#439) 10 年 前
visualizer 3afe0ea9b9 ST7565 tidyup (#10907) 5 年 前
api.c b624f32f94 clang-format changes 7 年 前
api.h b624f32f94 clang-format changes 7 年 前
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 6 年 前
color.h c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 6 年 前
config_common.h 4cdd3005d6 [quantum] combine repeated lines of code (#10837) 5 年 前
debounce.h b5b119544a Removed #include "matrix.h" from debounce.h 7 年 前
dip_switch.c 355f075b57 format code according to conventions [skip ci] 6 年 前
dip_switch.h dab4967f1b Add Dip Switch as a core feature (#6140) 7 年 前
dynamic_keymap.c 97122d203b [Core] DYNAMIC_KEYMAP_EEPROM_MAX_ADDR check (#10315) 5 年 前
dynamic_keymap.h b624f32f94 clang-format changes 7 年 前
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 年 前
encoder.c 310662fce9 Per-encoder resolutions (#10259) 5 年 前
encoder.h 63177760de Added encoder support to split common code (#5477) 7 年 前
fauxclicky.c b624f32f94 clang-format changes 7 年 前
fauxclicky.h b624f32f94 clang-format changes 7 年 前
joystick.c d4be07dad3 Hid joystick interface (#4226) 6 年 前
joystick.h f728c249ce Joystick 16-bit support (#10439) 5 年 前
keycode_config.c b624f32f94 clang-format changes 7 年 前
keycode_config.h b624f32f94 clang-format changes 7 年 前
keymap.h 70fce6564f Add logic for AT90USBxx7 where needed (#10203) 5 年 前
keymap_common.c 58a9c84d6b Strip out features to allow minimum firmware sizes (#8645) 6 年 前
led.c 1ff5ee255f Indicator LEDs as config (#10816) 5 年 前
led_matrix.c 6b3e56b889 Rename ledmatrix.h to match .c file (#7949) 5 年 前
led_matrix.h 6b3e56b889 Rename ledmatrix.h to match .c file (#7949) 5 年 前
led_matrix_drivers.c 6b3e56b889 Rename ledmatrix.h to match .c file (#7949) 5 年 前
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 年 前
led_tables.h 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 年 前
matrix.c 75a18e69f9 Some GPIO manipulations in matrix.c change to atomic. (#10491) 5 年 前
matrix_common.c 355f075b57 format code according to conventions [skip ci] 6 年 前
mcu_selection.mk 73d20754bb Add support for soft serial to ATmega32U2 (#10204) 5 年 前
pointing_device.c b624f32f94 clang-format changes 7 年 前
pointing_device.h b624f32f94 clang-format changes 7 年 前
quantum.c fd8f65959e Auto shift: support repeats and early registration (#9826) 5 年 前
quantum.h 6b3e56b889 Rename ledmatrix.h to match .c file (#7949) 5 年 前
quantum_keycodes.h 38527f9a3b Add step sequencer feature (#9703) 5 年 前
rgb.h b624f32f94 clang-format changes 7 年 前
rgb_matrix.c de4cbe34ff Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) 5 年 前
rgb_matrix.h 08caa7afd6 Add advanced/efficient RGB Matrix Indicators (#8564) 5 年 前
rgb_matrix_drivers.c f2eb080aa2 Add support for 4 IS31FL3731 devices (#10860) 5 年 前
rgb_matrix_types.h 4c14b11fc7 Add Indicator flag for RGB Matrix (#9933) 6 年 前
rgblight.c de4cbe34ff Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) 5 年 前
rgblight.h 4b74f985ec Tweak the Christmas animation effect to be less harsh on the eyes (#7648) 6 年 前
rgblight_breathe_table.h b624f32f94 clang-format changes 7 年 前
rgblight_list.h b624f32f94 clang-format changes 7 年 前
rgblight_modes.h 2fe7e221ec New RGB Lighting effect: Twinkle (#8887) 6 年 前
rgblight_post_config.h b624f32f94 clang-format changes 7 年 前
send_string_keycodes.h 370577e4ed Add *OPT aliases for *ALT keycodes and macros (#8714) 6 年 前
variable_trace.c b624f32f94 clang-format changes 7 年 前
variable_trace.h b624f32f94 clang-format changes 7 年 前
velocikey.c b624f32f94 clang-format changes 7 年 前
velocikey.h b624f32f94 clang-format changes 7 年 前
via.c bc7a745227 Fix typo in via.c (#10000) 5 年 前
via.h 9bfa713421 Configurable VIA layout options default value (#8707) 6 年 前
wpm.c 6ceaae30f5 Run clang-format manually to fix recently changed files (#8552) 6 年 前
wpm.h 6ceaae30f5 Run clang-format manually to fix recently changed files (#8552) 6 年 前