summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
Commit message (Expand)AuthorAgeFilesLines
* Unicode, Unicodemap and UCIS refactor (#21659)Ryan2023-08-271-6/+6
* quantum.h: clean up process_keycode includes (#21579)Ryan2023-07-291-30/+1
* [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer2023-05-201-0/+5
* Add a user callback for pre process record (#20584)Albert Y2023-05-131-0/+3
* Remove use of keymap.h (#20004)Joel Challis2023-03-271-1/+6
* Refactor Leader key feature (#19632)Ryan2023-02-131-0/+1
* [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-121-3/+4
* Strip out more of config_common (#19722)Joel Challis2023-01-301-1/+1
* Digitizer feature improvements (#19034)Ryan2022-11-121-0/+4
* Remove thermal printer. (#18959)Nick Brassel2022-11-061-4/+0
* [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-171-0/+4
* Refactor Unicode feature (#18333)Ryan2022-09-121-0/+1
* implement `tap_code16_delay` (#17748)JayceFayne2022-07-231-0/+1
* Feature-ify Send String (#17275)Ryan2022-07-021-1/+4
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-6/+0
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-141-0/+5
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-141-0/+1
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-0/+5
* Quantum Painter (#10174)Nick Brassel2022-04-131-0/+4
* Joystick feature updates (#16732)Ryan2022-03-261-0/+4
* Align location of some host led logic (#15954)Joel Challis2022-01-221-5/+0
* Add missing define for unicode common (#15416)Drashna Jaelre2021-12-061-0/+4
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-261-0/+4
* Add uint to char functions (#15244)Drashna Jaelre2021-11-231-0/+4
* Add support for deferred executors. (#14859)Nick Brassel2021-11-151-0/+4
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-0/+4
* Remove sysex API (#14723)Ryan2021-10-061-2/+0
* Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-151-0/+4
* Revert 14083 && 14144 (#14150)Joel Challis2021-08-251-5/+11
* Tidy up quantum.c now some of tmk_core has been merged (#14083)Joel Challis2021-08-241-11/+5
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-061-1/+1
|\
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-061-1/+1
* | matrix_scan_x -> x_task (#13748)Joel Challis2021-07-281-4/+0
* | Haptic: driver-> feature (#13713)Joel Challis2021-07-251-0/+1
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-10/+1
|\|
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-241-10/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-161-4/+0
|\|
| * remove `#include "rgblight.h"` when `defined(RGB_MATRIX_ENABLE)` from quantum...Takeshi ISHII2021-07-161-4/+0
| * 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-46/+9
* | [Feature] Key Overrides (#11422)Jonas Gessner2021-07-131-0/+4
* | Add ST7565 LCD driver (#13089)Ryan2021-06-101-0/+4
* | Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-0/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-121-8/+0
|\|
| * Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan2021-03-121-8/+0
* | Move gpio wait logic to wait.h (#12067)Joel Challis2021-03-101-33/+0
* | LED Matrix: decouple from Backlight (#12054)Ryan2021-03-081-6/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-281-26/+1
|\|
| * Extract sendstring into its own compilation unit (#12060)Ryan2021-03-011-26/+1
* | Overhaul bootmagic logic to have single entrypoint (#8532)Joel Challis2021-02-281-9/+1
|/