aboutsummaryrefslogtreecommitdiff
path: root/tests/test_common/keycode_table.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Regenerate Files (#24770)QMK Bot2025-01-011-1/+1
| | | Regenerate Files
* [Core] Add Layer Lock feature (#23430)Drashna Jaelre2024-11-211-0/+1
| | | | | | Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
* Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)Nick Brassel2024-11-141-0/+1
|
* Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)Nick Brassel2024-08-271-3/+14
|
* Normalise mouse keycodes (#23975)Ryan2024-07-031-19/+19
|
* Normalise RGBLight (underglow) keycodes (#23656)Ryan2024-05-071-11/+11
|
* Add new set of keycodes for RGB Matrix (#23463)Ryan2024-05-041-0/+13
|
* Add new set of keycodes for LED Matrix (#23432)Ryan2024-04-111-0/+9
|
* Regenerate Files (#22821)QMK Bot2024-01-041-1/+1
|
* [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer2023-05-201-0/+2
| | | | | Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-1/+64
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Align magic keycodes (#19877)Joel Challis2023-02-231-35/+35
|
* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis2023-02-191-0/+2
|
* Align sequencer keycodes (#19875)Joel Challis2023-02-181-9/+9
|
* [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-121-0/+2
| | | | | | | Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Normalise Swap Hands keycodes (#19720)Ryan2023-01-301-8/+8
|
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-151-0/+663
messages (#17028)