Nick Brassel dcf4bf6d29 Merge remote-tracking branch 'upstream/develop' into xap 4 лет назад
..
audio 415faebd65 added missing audio_off_user() callback (#15457) 4 лет назад
backlight 84b8cdc1a4 Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344) 4 лет назад
bootmagic a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 лет назад
debounce eadfcb9a40 Format code according to conventions (#15590) 4 лет назад
encoder b3fc33faf7 Re-add encoder tests (#15312) 4 лет назад
keymap_extras b31f814e8c Fixes for slovak language-specific keycodes (#16019) 4 лет назад
led_matrix 82d3bdb733 IS31FL3733 driver for LED Matrix (#15088) 4 лет назад
logging 34de7ca224 Move print/debug files to quantum (#12069) 5 лет назад
process_keycode d700447dda Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866) 4 лет назад
rgb_matrix 1d3c2ceded Add init function to clear previous effect (#15815) 4 лет назад
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop 5 лет назад
sequencer 2728603fe6 Move tmk_core/common/<plat> (#13918) 4 лет назад
split_common be59e8af2b Deprecate split transactions status field (#16023) 4 лет назад
xap eba91c6e28 Initial implementation of XAP protocol. 5 лет назад
action.c 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
action.h 5249a606f1 Fix up issue with PROGMEM and hand_swap_config (#16027) 4 лет назад
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
action_layer.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 лет назад
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 лет назад
action_tapping.c ca5670762b Fix HOLD_ON_OTHER_KEY_PRESS after #11059 (#15307) 4 лет назад
action_tapping.h 4bac5f53d8 New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) 4 лет назад
action_util.c 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
action_util.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 лет назад
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 лет назад
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 6 лет назад
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) 4 лет назад
command.c 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) 4 лет назад
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 5 лет назад
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) 4 лет назад
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 лет назад
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 лет назад
debounce.h c1297ceb97 [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) 4 лет назад
deferred_exec.c 0c402157fc Advanced deferred_exec for core-side code. (#15579) 4 лет назад
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 4 лет назад
digitizer.c 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 лет назад
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 лет назад
dip_switch.c 69c71d4843 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 5 лет назад
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 лет назад
dynamic_keymap.c e22efc037a Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 4 лет назад
dynamic_keymap.h b624f32f94 clang-format changes 7 лет назад
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 лет назад
eeconfig.c fa141a5a8f Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 4 лет назад
eeconfig.h 60297a1099 Reuse of EEPROM debounce logic (#14699) 4 лет назад
encoder.c 703f027717 Allow for removal of hysteresis on 4x encoders (#13698) 5 лет назад
encoder.h a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) 5 лет назад
haptic.c 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 4 лет назад
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 4 лет назад
joystick.c d4be07dad3 Hid joystick interface (#4226) 6 лет назад
joystick.h c4b03509da Save a single byte of memory for joystick buttons (#15555) 4 лет назад
keyboard.c a8700404f7 Relocate matrix_init_quantum content (#15953) 4 лет назад
keyboard.h 6e83b44940 Align location of some host led logic (#15954) 4 лет назад
keycode.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
keycode_config.c f529580860 Basic keycode overhaul (#14726) 4 лет назад
keycode_config.h 0e984b6e7e Add ability to toggle One Shot functionality (#4198) 5 лет назад
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 4 лет назад
keymap.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
keymap_common.c 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
led.c 8101a836a4 [Bug] Fix compilation issues for led indicators (#16001) 4 лет назад
led.h 6e83b44940 Align location of some host led logic (#15954) 4 лет назад
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 лет назад
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 лет назад
main.c 36d123e9c5 Add support for deferred executors. (#14859) 4 лет назад
matrix.c a8700404f7 Relocate matrix_init_quantum content (#15953) 4 лет назад
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) 4 лет назад
matrix_common.c a8700404f7 Relocate matrix_init_quantum content (#15953) 4 лет назад
mousekey.c b5c361542e mousekey: expose current report to users (#13069) 5 лет назад
mousekey.h fed36fc5f8 Adjust mouse key defaults (#15883) 4 лет назад
pointing_device.c 7b31fc54df Enable a default task throttle for split pointing. (#15925) 4 лет назад
pointing_device.h 7b31fc54df Enable a default task throttle for split pointing. (#15925) 4 лет назад
pointing_device_drivers.c 2842ab4052 Add PMW3389 optical sensor Support (Updated) (#15740) 4 лет назад
programmable_button.c 83988597f4 Add Support for USB programmable buttons (#12950) 4 лет назад
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 4 лет назад
quantum.c b79b8dcdd0 Format code according to conventions (#16110) 4 лет назад
quantum.h dcf4bf6d29 Merge remote-tracking branch 'upstream/develop' into xap 4 лет назад
quantum_keycodes.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 лет назад
quantum_keycodes_legacy.h b45a037c7e Rename some Quantum keycodes (#15968) 4 лет назад
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 лет назад
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 лет назад
send_string.c 332a5aa7cb Move `SENDSTRING_BELL` code to `send_string.h` (#13566) 5 лет назад
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 5 лет назад
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 5 лет назад
sync_timer.c dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 лет назад
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 лет назад
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 лет назад
variable_trace.c b624f32f94 clang-format changes 7 лет назад
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 лет назад
velocikey.c b624f32f94 clang-format changes 7 лет назад
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 лет назад
via.c 2728603fe6 Move tmk_core/common/<plat> (#13918) 4 лет назад
via.h a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 лет назад
via_ensure_keycode.h b45a037c7e Rename some Quantum keycodes (#15968) 4 лет назад
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 лет назад
wpm.c 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 4 лет назад
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 4 лет назад