Nick Brassel abe189377c [BUG] Massdrop develop rgb fix (#12022) 4 лет назад
..
api 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
audio 8e8b7113dc Format code according to conventions (#11907) 4 лет назад
backlight c80e5f9f88 Audio system overhaul (#11820) 4 лет назад
debounce 4fe4087d4a Enforce memory allocator for ChibiOS builds with allocating debounce algorithms (#11630) 4 лет назад
keymap_extras 6155987d9f Merge remote-tracking branch 'origin/master' into develop 4 лет назад
process_keycode 71f067a60e Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234) 4 лет назад
rgb_matrix_animations d1806a26e4 Split transport mirror (#11046) 4 лет назад
rgb_matrix_runners c66df16644 2020 November 28 Breaking Changes Update (#11053) 4 лет назад
sequencer c66df16644 2020 November 28 Breaking Changes Update (#11053) 4 лет назад
serial_link 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) 4 лет назад
split_common b0e161e33d Format code according to conventions (#11928) 4 лет назад
template 94e94ffb5b Recommend use of LED Indicator config (#10895) 4 лет назад
tools 13bb6b4b7f Backlight abstraction and other changes (#439) 9 лет назад
visualizer 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
api.c b624f32f94 clang-format changes 5 лет назад
api.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 4 лет назад
color.h 3d70766327 Add BGR byte order for WS2812 drivers (#11562) 4 лет назад
command.c 3a98bd75c8 Merge remote-tracking branch 'origin/master' into develop 4 лет назад
command.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
config_common.h de8caf708c Split gpio and atomic to platform (#11792) 4 лет назад
debounce.h b5b119544a Removed #include "matrix.h" from debounce.h 6 лет назад
dip_switch.c 355f075b57 format code according to conventions [skip ci] 5 лет назад
dip_switch.h dab4967f1b Add Dip Switch as a core feature (#6140) 5 лет назад
dynamic_keymap.c d92ffd1157 Adds AT90USB162 support (#11570) 4 лет назад
dynamic_keymap.h b624f32f94 clang-format changes 5 лет назад
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 5 лет назад
encoder.c 1108210f1b Keep track of encoder activity (#11595) 4 лет назад
encoder.h 1108210f1b Keep track of encoder activity (#11595) 4 лет назад
joystick.c d4be07dad3 Hid joystick interface (#4226) 4 лет назад
joystick.h c66df16644 2020 November 28 Breaking Changes Update (#11053) 4 лет назад
keycode_config.c b624f32f94 clang-format changes 5 лет назад
keycode_config.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
keymap_common.c 58a9c84d6b Strip out features to allow minimum firmware sizes (#8645) 5 лет назад
led.c 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) 4 лет назад
led.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
led_matrix.c 9ee1282019 LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) 4 лет назад
led_matrix.h 7ce5ba645a LED Matrix: add led_matrix_types.h and implement g_led_config (#11741) 4 лет назад
led_matrix_drivers.c 9ee1282019 LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) 4 лет назад
led_matrix_types.h 9ee1282019 LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) 4 лет назад
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 5 лет назад
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
matrix.c 302b35c2a0 fix matrix_io_delay() timing in quantum/matrix.c (#9603) 4 лет назад
matrix.h 3a98bd75c8 Merge remote-tracking branch 'origin/master' into develop 4 лет назад
matrix_common.c f5a38b95c1 Remove legacy print backward compatiblitly (#11805) 4 лет назад
mcu_selection.mk 23fd1aee00 Merge remote-tracking branch 'upstream/master' into develop 4 лет назад
mousekey.c 0288142769 Migrate mousekey to quantum (#11804) 4 лет назад
mousekey.h 0288142769 Migrate mousekey to quantum (#11804) 4 лет назад
pointing_device.c b2d0e8a491 Manually run formatting job (#11797) 4 лет назад
pointing_device.h 780ca5565d Improve Pointing Device report sending (#11064) 4 лет назад
quantum.c abe189377c [BUG] Massdrop develop rgb fix (#12022) 4 лет назад
quantum.h f1a3ce49cc Merge branch 'master' into develop 4 лет назад
quantum_keycodes.h 7161d65070 Remove FAUXCLICKY feature (deprecated) (#11829) 4 лет назад
rgb.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
rgb_matrix.c d1806a26e4 Split transport mirror (#11046) 4 лет назад
rgb_matrix.h d1806a26e4 Split transport mirror (#11046) 4 лет назад
rgb_matrix_drivers.c f2eb080aa2 Add support for 4 IS31FL3731 devices (#10860) 4 лет назад
rgb_matrix_types.h 7ce5ba645a LED Matrix: add led_matrix_types.h and implement g_led_config (#11741) 4 лет назад
rgblight.c 53b96f685d RGBLight: Allow configurable default settings (#11912) 4 лет назад
rgblight.h d65db68f9f Merge remote-tracking branch 'upstream/master' into develop 4 лет назад
rgblight_breathe_table.h 37fb14f1b5 CLI-ify rgblight_breathing_table_calc.c (#11174) 4 лет назад
rgblight_list.h 08bf9f9e74 Add definitions for RGB off/black. (#11132) 4 лет назад
rgblight_modes.h 2fe7e221ec New RGB Lighting effect: Twinkle (#8887) 5 лет назад
rgblight_post_config.h b624f32f94 clang-format changes 5 лет назад
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
send_string_keycodes.h 370577e4ed Add *OPT aliases for *ALT keycodes and macros (#8714) 5 лет назад
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 лет назад
variable_trace.c b624f32f94 clang-format changes 5 лет назад
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
velocikey.c b624f32f94 clang-format changes 5 лет назад
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 лет назад
via.c 101990139f Disable VIA protocol's EEPROM reset and bootloader jump commands (#11892) 4 лет назад
via.h 501f2fdef1 Normalise include statements in core code (#11153) 4 лет назад
wpm.c 6ceaae30f5 Run clang-format manually to fix recently changed files (#8552) 5 лет назад
wpm.h 6ceaae30f5 Run clang-format manually to fix recently changed files (#8552) 5 лет назад