Dasky 00cc64638c Fix right side ws2812 leds having two indices (#15985) 3 gadi atpakaļ
..
audio 415faebd65 added missing audio_off_user() callback (#15457) 3 gadi atpakaļ
backlight 84b8cdc1a4 Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344) 3 gadi atpakaļ
bootmagic a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 3 gadi atpakaļ
debounce eadfcb9a40 Format code according to conventions (#15590) 3 gadi atpakaļ
encoder b3fc33faf7 Re-add encoder tests (#15312) 3 gadi atpakaļ
keymap_extras b31f814e8c Fixes for slovak language-specific keycodes (#16019) 3 gadi atpakaļ
led_matrix 0452ad9479 Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745, IS31FL3746A (#14989) 3 gadi atpakaļ
logging 34de7ca224 Move print/debug files to quantum (#12069) 3 gadi atpakaļ
process_keycode 7148a69d5e Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap hold functions (#15938) 3 gadi atpakaļ
rgb_matrix 00cc64638c Fix right side ws2812 leds having two indices (#15985) 3 gadi atpakaļ
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop 3 gadi atpakaļ
sequencer 2728603fe6 Move tmk_core/common/<plat> (#13918) 3 gadi atpakaļ
split_common be59e8af2b Deprecate split transactions status field (#16023) 3 gadi atpakaļ
action.c 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
action.h 5249a606f1 Fix up issue with PROGMEM and hand_swap_config (#16027) 3 gadi atpakaļ
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
action_layer.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 gadi atpakaļ
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 gadi atpakaļ
action_tapping.c 7148a69d5e Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap hold functions (#15938) 3 gadi atpakaļ
action_tapping.h 4bac5f53d8 New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) 3 gadi atpakaļ
action_util.c 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
action_util.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 gadi atpakaļ
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 gadi atpakaļ
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 4 gadi atpakaļ
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) 3 gadi atpakaļ
command.c 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) 3 gadi atpakaļ
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 3 gadi atpakaļ
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) 3 gadi atpakaļ
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 4 gadi atpakaļ
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 4 gadi atpakaļ
debounce.h c1297ceb97 [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) 3 gadi atpakaļ
deferred_exec.c 0c402157fc Advanced deferred_exec for core-side code. (#15579) 3 gadi atpakaļ
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 3 gadi atpakaļ
digitizer.c 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 3 gadi atpakaļ
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 3 gadi atpakaļ
dip_switch.c 69c71d4843 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 3 gadi atpakaļ
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 3 gadi atpakaļ
dynamic_keymap.c e22efc037a Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 3 gadi atpakaļ
dynamic_keymap.h b624f32f94 clang-format changes 5 gadi atpakaļ
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 5 gadi atpakaļ
eeconfig.c fa141a5a8f Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 3 gadi atpakaļ
eeconfig.h 60297a1099 Reuse of EEPROM debounce logic (#14699) 3 gadi atpakaļ
encoder.c 4d0dd1eab7 [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) 3 gadi atpakaļ
encoder.h 4d0dd1eab7 [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) 3 gadi atpakaļ
haptic.c 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 3 gadi atpakaļ
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 3 gadi atpakaļ
joystick.c d4be07dad3 Hid joystick interface (#4226) 4 gadi atpakaļ
joystick.h c4b03509da Save a single byte of memory for joystick buttons (#15555) 3 gadi atpakaļ
keyboard.c a8700404f7 Relocate matrix_init_quantum content (#15953) 3 gadi atpakaļ
keyboard.h 6e83b44940 Align location of some host led logic (#15954) 3 gadi atpakaļ
keycode.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
keycode_config.c f529580860 Basic keycode overhaul (#14726) 3 gadi atpakaļ
keycode_config.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 gadi atpakaļ
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 3 gadi atpakaļ
keymap.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
keymap_common.c 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
led.c 8101a836a4 [Bug] Fix compilation issues for led indicators (#16001) 3 gadi atpakaļ
led.h 6e83b44940 Align location of some host led logic (#15954) 3 gadi atpakaļ
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 5 gadi atpakaļ
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 gadi atpakaļ
main.c 36d123e9c5 Add support for deferred executors. (#14859) 3 gadi atpakaļ
matrix.c 39bec3bfa5 Various fixes for matrix _RIGHT handling (#16292) 3 gadi atpakaļ
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) 3 gadi atpakaļ
matrix_common.c a8700404f7 Relocate matrix_init_quantum content (#15953) 3 gadi atpakaļ
mousekey.c b5c361542e mousekey: expose current report to users (#13069) 3 gadi atpakaļ
mousekey.h fed36fc5f8 Adjust mouse key defaults (#15883) 3 gadi atpakaļ
pointing_device.c 7b31fc54df Enable a default task throttle for split pointing. (#15925) 3 gadi atpakaļ
pointing_device.h 7b31fc54df Enable a default task throttle for split pointing. (#15925) 3 gadi atpakaļ
pointing_device_drivers.c 7148a69d5e Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap hold functions (#15938) 3 gadi atpakaļ
programmable_button.c 83988597f4 Add Support for USB programmable buttons (#12950) 3 gadi atpakaļ
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 3 gadi atpakaļ
quantum.c 135c935990 Initial migration of suspend callbacks (#16067) 3 gadi atpakaļ
quantum.h 6e83b44940 Align location of some host led logic (#15954) 3 gadi atpakaļ
quantum_keycodes.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
quantum_keycodes_legacy.h b45a037c7e Rename some Quantum keycodes (#15968) 3 gadi atpakaļ
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 3 gadi atpakaļ
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 gadi atpakaļ
send_string.c 332a5aa7cb Move `SENDSTRING_BELL` code to `send_string.h` (#13566) 3 gadi atpakaļ
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 4 gadi atpakaļ
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 4 gadi atpakaļ
sync_timer.c dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 3 gadi atpakaļ
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 3 gadi atpakaļ
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 gadi atpakaļ
variable_trace.c b624f32f94 clang-format changes 5 gadi atpakaļ
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 gadi atpakaļ
velocikey.c b624f32f94 clang-format changes 5 gadi atpakaļ
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 gadi atpakaļ
via.c 9124f5dc2d Add layout change callbacks to VIA (#16087) 3 gadi atpakaļ
via.h 9124f5dc2d Add layout change callbacks to VIA (#16087) 3 gadi atpakaļ
via_ensure_keycode.h b45a037c7e Rename some Quantum keycodes (#15968) 3 gadi atpakaļ
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 3 gadi atpakaļ
wpm.c 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 3 gadi atpakaļ
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 3 gadi atpakaļ