summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.c
Commit message (Expand)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-1/+6
* Remove use of keymap.h (#20004)Joel Challis2023-03-271-1/+2
* Fix processing of recently added system keycodes (#20058)Joel Challis2023-03-081-1/+1
* Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre2023-02-191-6/+34
* Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer2023-02-141-1/+1
* Make Magic handling more consistent in Action Keycode handling (#9126)Drashna Jaelre2023-02-131-3/+19
* Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov2022-11-061-14/+14
* Initial DD keycode migration (#18643)Joel Challis2022-11-051-3/+3
* Handle mouse keys more consistently (#18513)Drashna Jaelre2022-09-291-2/+0
* Start moving towards introspection-based data retrieval (#18441)Nick Brassel2022-09-291-3/+3
* Chromeos keycodes (#18212)Joshua Diamond2022-09-171-1/+1
* Align TO() max layers with other keycodes (#17989)Joel Challis2022-08-141-5/+3
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-2/+11
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+1
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-41/+0
* Basic keycode overhaul (#14726)Ryan2021-11-031-2/+2
* Revert 14083 && 14144 (#14150)Joel Challis2021-08-251-25/+0
* Tidy up quantum.c now some of tmk_core has been merged (#14083)Joel Challis2021-08-241-0/+25
* Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-061-0/+3
* Refactor some platform dependent logic (#13675)Joel Challis2021-07-241-4/+0
* Strip out features to allow minimum firmware sizes (#8645)Joel Challis2020-04-011-0/+14
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-20/+0
* core: Fix variable init and header include (#7626)Drashna Jaelre2019-12-141-1/+1
* Compile out some keycode processing when features are disabled (#7506)Joel Challis2019-11-281-3/+9
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+4
* clang-format changesskullY2019-08-301-56/+43
* Next set of split_common changes (#4974)James Churchill2019-03-121-22/+0
* Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre2019-02-061-1/+1
* Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi2019-01-251-1/+1
* Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota2018-11-281-1/+1
* Lets split eh (#3120)That-Canadian2018-07-161-0/+22
* Add macro for momentarily switching to a layer while some mods are active (#2...snyman2018-03-201-0/+5
* Add keycodes for swap-hands feature.Joe Wasson2018-03-161-0/+6
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-2/+5
* Required overridden function for keymaps in EEPROMWilba65822017-08-191-0/+1
* Fix unreferenced errors with mingw compiler and unit testsFred Sundvik2017-07-111-1/+0
* Allow mod swapping for mod tap (MT) (#1202)Jack Humbert2017-06-261-1/+2
* Disable array bounds warning in keymap_function_id_to_actionFred Sundvik2017-04-131-0/+7
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+1
* adds layer tap toggleJack Humbert2017-02-151-0/+3
* Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo2017-02-101-1/+1
* Add ability to use tap macros without using functionsLuke Silva2017-01-271-1/+4
* Keycode refactorWilba65822016-12-291-5/+11
* Fixes midi functionalityJack Humbert2016-07-241-1/+1
* Fix the range for consumer keysFred Sundvik2016-07-071-1/+1
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-011-0/+171
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-323/+0
* Converted audio play functions to *_user (#349)Jack Humbert2016-05-241-1/+2
* adapts unicode to quantum.c (#333)Jack Humbert2016-05-181-17/+9
* updates midi functionality (#331)Jack Humbert2016-05-151-5/+0