summaryrefslogtreecommitdiff
path: root/quantum/quantum.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-17Refactor battery driver (#25550)Joel Challis1-0/+4
2025-06-04Remove `process_action_kb` callback (#25331)Joel Challis1-1/+0
2025-03-19[Core] get_keycode_string(): function to format keycodes as strings, for more...Pascal Getreuer1-0/+1
2025-02-26Community modules (#24848)Nick Brassel1-0/+4
2024-11-21Review fixes for layer lock feature (#24627)Joel Challis1-1/+1
2024-11-21[Core] Add Layer Lock feature (#23430)Drashna Jaelre1-0/+4
2024-10-06Add easier way to set default single layer (#24376)Andre Brait1-0/+1
2024-02-17[Core] Add OS detection callbacks (#21777)Andre Brait1-0/+4
2024-01-28Begin removal of bootmagic lite terminology (#22970)Joel Challis1-1/+4
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre1-2/+2
2023-10-14Prep work for NKRO report separation (#22268)Ryan1-0/+2
2023-09-04Add `mousekey.h` include to `quantum.h` (#21897)Ryan1-0/+4
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan1-6/+6
2023-07-29quantum.h: clean up process_keycode includes (#21579)Ryan1-30/+1
2023-05-20[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer1-0/+5
2023-05-13Add a user callback for pre process record (#20584)Albert Y1-0/+3
2023-03-27Remove use of keymap.h (#20004)Joel Challis1-1/+6
2023-02-13Refactor Leader key feature (#19632)Ryan1-0/+1
2023-02-12[Core] Tri Layer Keys (#19795)Drashna Jaelre1-3/+4
2023-01-30Strip out more of config_common (#19722)Joel Challis1-1/+1
2022-11-12Digitizer feature improvements (#19034)Ryan1-0/+4
2022-11-06Remove thermal printer. (#18959)Nick Brassel1-4/+0
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre1-0/+4
2022-09-12Refactor Unicode feature (#18333)Ryan1-0/+1
2022-07-23implement `tap_code16_delay` (#17748)JayceFayne1-0/+1
2022-07-02Feature-ify Send String (#17275)Ryan1-1/+4
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel1-6/+0
2022-05-14[Core] Add Caps Word feature to core (#16588)Pascal Getreuer1-0/+5
2022-05-14[Core] Add Reboot keycode to core (#15990)Drashna Jaelre1-0/+1
2022-04-16Implement XAP 'secure' core requirements (#16843)Joel Challis1-0/+5
2022-04-13Quantum Painter (#10174)Nick Brassel1-0/+4
2022-03-26Joystick feature updates (#16732)Ryan1-0/+4
2022-01-22Align location of some host led logic (#15954)Joel Challis1-5/+0
2021-12-06Add missing define for unicode common (#15416)Drashna Jaelre1-0/+4
2021-11-26New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition1-0/+4
2021-11-23Add uint to char functions (#15244)Drashna Jaelre1-0/+4
2021-11-15Add support for deferred executors. (#14859)Nick Brassel1-0/+4
2021-11-14Rework and expand Pointing Device support (#14343)Drashna Jaelre1-0/+4
2021-10-06Remove sysex API (#14723)Ryan1-2/+0
2021-09-15Add Support for USB programmable buttons (#12950)Thomas Weißschuh1-0/+4
2021-08-25Revert 14083 && 14144 (#14150)Joel Challis1-5/+11
2021-08-24Tidy up quantum.c now some of tmk_core has been merged (#14083)Joel Challis1-11/+5
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus221-1/+1
2021-08-06Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2021-08-06Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis1-1/+1
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis1-4/+0
2021-07-25Haptic: driver-> feature (#13713)Joel Challis1-0/+1
2021-07-25Merge remote-tracking branch 'upstream/master' into developNick Brassel1-10/+1
2021-07-24Refactor some platform dependent logic (#13675)Joel Challis1-10/+1
2021-07-16Merge remote-tracking branch 'origin/master' into developQMK Bot1-4/+0