summaryrefslogtreecommitdiffstats
path: root/quantum/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-2/+32
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-301-2/+2
|\
| * Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093)Christopher Berner2023-04-301-2/+2
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-1/+1
* | Add last activity functions for pointing device (#20079)Drashna Jaelre2023-03-301-22/+30
* | Remove use of keymap.h (#20004)Joel Challis2023-03-271-1/+1
* | Sync activity timestamps between sides. (#20192)Nick Brassel2023-03-211-5/+11
|/
* core: allow locking the matrix state (#18852)dexter932023-02-131-1/+13
* Refactor Leader key feature (#19632)Ryan2023-02-131-0/+7
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
* Fix encoder_init call order in keyboard_init (#19140)Christopher Hoage2022-11-271-3/+3
* Digitizer feature improvements (#19034)Ryan2022-11-121-7/+0
* Programmable Button API refactor and improve docs (#18641)Ryan2022-10-151-7/+0
* Implement split comms watchdog (#18599)Dasky2022-10-061-0/+4
* Start Bluetooth API (#18366)Ryan2022-09-291-10/+5
* Start moving towards introspection-based data retrieval (#18441)Nick Brassel2022-09-291-3/+2
* Move Bluetooth-related function calls up to host/keyboard level (#18274)Ryan2022-09-071-3/+12
* [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann2022-08-061-64/+74
* Move Pointing Device Initialization (#17740)Drashna Jaelre2022-07-211-3/+4
* Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-231-1/+1
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-141-0/+7
* Move disable_jtag to platforms (#16960)Joel Challis2022-04-291-14/+0
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-0/+4
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-091-1/+1
|\
| * [Bug] Fix matrix scan reporting interval (#16825)Simon Arlott2022-04-091-1/+1
* | Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)Stefan Kerkmann2022-03-141-1/+1
|/
* Format code according to conventions (#16322)QMK Bot2022-02-121-15/+43
* Relocate matrix_init_quantum content (#15953)Joel Challis2022-01-231-0/+44
* Align location of some host led logic (#15954)Joel Challis2022-01-221-26/+0
* Relocate matrix_scan_quantum tasks (#15882)Joel Challis2022-01-191-0/+70
* Slight tidy up of keyboard task loop (#15725)Joel Challis2022-01-091-35/+48
* Fix develop after recent changes (#14975)Joel Challis2021-10-281-0/+3
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+3
* Remove SERIAL_MOUSE (#14969)Joel Challis2021-10-281-10/+0
* Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis2021-10-241-0/+6
* Remove QWIIC_DRIVERS (#14174)Joel Challis2021-10-091-10/+0
* Move converter specific tmk_core protocols (#14743)Joel Challis2021-10-071-10/+0
* Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-7/+0
* Purge uGFX. (#14720)Nick Brassel2021-10-071-8/+0
* Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-151-0/+7
* Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis2021-09-151-6/+0
* `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)JayceFayne2021-09-081-1/+1
* `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)JayceFayne2021-09-081-1/+1
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-3/+3
* Fix issues with VIA EEPROM init and bring in line with eeconfig functionality...Drashna Jaelre2021-08-201-3/+3
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+569