summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' into developJoshua Diamond2021-02-141-87/+3
|\
| * Split gpio and atomic to platform (#11792)Joel Challis2021-02-141-89/+2
* | Add support for analog USBPD on STM32G4xx. (#11824)Nick Brassel2021-02-151-0/+4
* | `qmk cformat`Nick Brassel2021-01-171-2/+2
* | fix matrix_io_delay() timing in quantum/matrix.c (#9603)Takeshi ISHII2021-01-131-0/+29
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-051-0/+1
|\|
| * Fix Tap-Hold Configs (#11127)Drashna Jaelre2021-01-041-0/+1
* | Improved Language Specific Keycodes for US International and Extended Layouts...Joshua Diamond2021-01-021-0/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-111-1/+1
|\|
| * Normalise include statements in core code (#11153)Ryan2020-12-111-1/+1
* | [Split] Sync Timer feature (#10997)XScorpion22020-12-011-0/+1
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+61
* ST7565 tidyup (#10907)Ryan2020-11-261-1/+1
* Hid joystick interface (#4226)a-chol2020-08-291-0/+4
* Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)Konstantin Đorđević2020-07-161-2/+5
* format code according to conventions [skip ci]QMK Bot2020-04-291-1/+1
* add 'togglePin' convenience function (#8734)JohSchneider2020-04-291-0/+4
* Fix bug with layer caching in get_event_keycode (#8693)Drashna Jaelre2020-04-121-2/+2
* Add Post Processing to process_record (#4892)Drashna Jaelre2020-03-231-0/+2
* Add Word Per Minute calculation feature (#8054)brickbots2020-03-231-0/+4
* Reduce PROGMEM usage for sendstring LUT (#8109)Ted M Lin2020-03-031-2/+14
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-0/+4
* Relocate grave keycode processing (#8082)Joel Challis2020-02-041-0/+4
* Ensure setPinInput actually sets input high-Z (#6237)Mikkel Jeppesen2020-01-261-1/+2