Pascal Getreuer b5608cbb6d Continue Caps Word when AltGr (right Alt) is held. (#17156) 3 gadi atpakaļ
..
audio 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
backlight 0100629fa2 Fix AVR backlight breathing: low brightness limit & exceeding breathing table max index (#16770) 3 gadi atpakaļ
bootmagic 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
debounce 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
encoder 2f6751e48a Asymmetric encoders, encoder tests. (#16068) 3 gadi atpakaļ
keymap_extras 4a8bd7b9a5 Rename keymap_extras headers for consistency (#16939) 3 gadi atpakaļ
led_matrix 5b688a09ec Merge remote-tracking branch 'upstream/master' into develop 3 gadi atpakaļ
logging 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
painter 147e57fd59 [QP] Check BPP capabilities before loading the palette (#16863) 3 gadi atpakaļ
process_keycode b5608cbb6d Continue Caps Word when AltGr (right Alt) is held. (#17156) 3 gadi atpakaļ
rgb_matrix 671b62efab Fixes #16705 : digital rain follows val (#16716) 3 gadi atpakaļ
rgblight ef8db9f104 Remove ARM pgm_read_word workaround in rgblight (#16961) 3 gadi atpakaļ
sequencer 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
split_common 7712a286dc [Core] Use a mutex guard for split shared memory (#16647) 3 gadi atpakaļ
action.c b1ceb4bb6a Fix one-shot locked modifiers (#16114) 3 gadi atpakaļ
action.h 25ba9b41c1 Format code according to conventions (#16421) 3 gadi atpakaļ
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) 3 gadi atpakaļ
action_layer.c edd1f33013 Missed some erroneous prints. (#16597) 3 gadi atpakaļ
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 gadi atpakaļ
action_tapping.c 8f585153c4 Add GET_TAPPING_TERM macro to reduce duplicate code (#16681) 3 gadi atpakaļ
action_tapping.h 8f585153c4 Add GET_TAPPING_TERM macro to reduce duplicate code (#16681) 3 gadi atpakaļ
action_util.c b8574efcd6 Fix oneshot toggle logic (#16630) 3 gadi atpakaļ
action_util.h 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
bitwise.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 gadi atpakaļ
caps_word.c 68b16bba68 [Core] Add Caps Word feature to core (#16588) 3 gadi atpakaļ
caps_word.h 68b16bba68 [Core] Add Caps Word feature to core (#16588) 3 gadi atpakaļ
color.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) 3 gadi atpakaļ
command.c 63646e8906 Format code according to conventions (#16322) 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 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 3 gadi atpakaļ
digitizer.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 3 gadi atpakaļ
dip_switch.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 4 gadi atpakaļ
dynamic_keymap.c 5d67c4d908 Fix missing definition for non-encoder case. (#16593) 3 gadi atpakaļ
dynamic_keymap.h 8d5eacb7dd Add support for encoder mapping. (#13286) 3 gadi atpakaļ
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 5 gadi atpakaļ
eeconfig.c b8574efcd6 Fix oneshot toggle logic (#16630) 3 gadi atpakaļ
eeconfig.h b8574efcd6 Fix oneshot toggle logic (#16630) 3 gadi atpakaļ
encoder.c 8d5eacb7dd Add support for encoder mapping. (#13286) 3 gadi atpakaļ
encoder.h 8d5eacb7dd Add support for encoder mapping. (#13286) 3 gadi atpakaļ
haptic.c f090881aeb [Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657) 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 c05e8afe45 Joystick feature updates (#16732) 3 gadi atpakaļ
joystick.h 645359e5d0 Joystick: Simplify report descriptor and clean up error messages (#16926) 3 gadi atpakaļ
keyboard.c 68b16bba68 [Core] Add Caps Word feature to core (#16588) 3 gadi atpakaļ
keyboard.h 7e669421f8 Rename TICK to TICK_EVENT to prevent naming conflicts (#16649) 3 gadi atpakaļ
keycode.h 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
keycode_config.c f529580860 Basic keycode overhaul (#14726) 3 gadi atpakaļ
keycode_config.h b8574efcd6 Fix oneshot toggle logic (#16630) 3 gadi atpakaļ
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 3 gadi atpakaļ
keymap.h 8d5eacb7dd Add support for encoder mapping. (#13286) 3 gadi atpakaļ
keymap_common.c 8d5eacb7dd Add support for encoder mapping. (#13286) 3 gadi atpakaļ
led.c 63646e8906 Format code according to conventions (#16322) 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 1f2b1dedcc Quantum Painter (#10174) 3 gadi atpakaļ
matrix.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) 3 gadi atpakaļ
matrix_common.c bd70f5261c Remove `matrix_key_count()` (#16603) 3 gadi atpakaļ
mousekey.c cd8d2b7f7f Revert "Fix kinetic mouse mode (#16951)" (#17095) 3 gadi atpakaļ
mousekey.h fed36fc5f8 Adjust mouse key defaults (#15883) 3 gadi atpakaļ
pointing_device.c 921b9dad6c [Core] Move `has_mouse_report_changed` function to `report.c` (#16543) 3 gadi atpakaļ
pointing_device.h 921b9dad6c [Core] Move `has_mouse_report_changed` function to `report.c` (#16543) 3 gadi atpakaļ
pointing_device_drivers.c 690dc4bdaf Add support for multiple sensors to pmw3360 (#15996) 3 gadi atpakaļ
programmable_button.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 3 gadi atpakaļ
quantum.c db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 3 gadi atpakaļ
quantum.h 68b16bba68 [Core] Add Caps Word feature to core (#16588) 3 gadi atpakaļ
quantum_keycodes.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 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 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
secure.c db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 3 gadi atpakaļ
secure.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 3 gadi atpakaļ
send_string.c 63646e8906 Format code according to conventions (#16322) 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 0de08b09e7 Sendstring keycode overhaul (#16941) 3 gadi atpakaļ
sync_timer.c 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 3 gadi atpakaļ
utf8.c 1f2b1dedcc Quantum Painter (#10174) 3 gadi atpakaļ
utf8.h 1f2b1dedcc Quantum Painter (#10174) 3 gadi atpakaļ
util.h 2f6751e48a Asymmetric encoders, encoder tests. (#16068) 3 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 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 gadi atpakaļ
via.c 9056775e20 Add hacky via support for RGB Matrix (#16086) 3 gadi atpakaļ
via.h 63646e8906 Format code according to conventions (#16322) 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 63646e8906 Format code according to conventions (#16322) 3 gadi atpakaļ
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 3 gadi atpakaļ