summaryrefslogtreecommitdiffstats
path: root/quantum/dynamic_keymap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of dynamic_keymap.c without VIA (#21858)Joel Challis2023-08-291-0/+1
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-5/+7
* Rely on introspection to handle OOB access. (#21247)Nick Brassel2023-06-141-12/+3
* Remove some use of keymap.h (#20006)Joel Challis2023-03-031-1/+1
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-101-14/+42
* Formalise keyboard- and user-specific EEPROM blocks (#18874)Nick Brassel2022-11-041-3/+1
* Allow overriding of dynamic keymap start address. (#18867)Nick Brassel2022-10-271-1/+3
* Start moving towards introspection-based data retrieval (#18441)Nick Brassel2022-09-291-12/+13
* Avoid OOB in dynamic_keymap_reset (#17695)Joel Challis2022-07-261-5/+12
* Allow dynamic keymap to compile without via.h (#17703)Joel Challis2022-07-181-7/+8
* Added Delay time dynamic keymap's macro feature (#16810)FREEWING.JP2022-07-111-1/+5
* Fix missing definition for non-encoder case. (#16593)Nick Brassel2022-03-091-8/+17
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-4/+46
* Format code according to conventions (#16322)QMK Bot2022-02-121-7/+13
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-021-13/+12
* [Bug] Remove config.h include in dynamic_keymap.c (#15886)Drashna Jaelre2022-01-151-1/+0
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-1/+1
* Improve EEPROM defaults for Dynamic Keymaps (#12853)Drashna Jaelre2021-05-101-2/+4
* Adds AT90USB162 support (#11570)Dasky2021-01-291-0/+2
* [Core] DYNAMIC_KEYMAP_EEPROM_MAX_ADDR check (#10315)Xelus222020-09-161-0/+5
* The Key Company project consolidation (#9547)TerryMathews2020-08-291-1/+5
* format code according to conventions [skip ci]QMK Bot2020-03-141-1/+1
* Realign dynamic macros with recent SEND_STRING changes (#8407)Wilba2020-03-141-6/+8
* dynamic keymap sanity check (#8181)Wilba2020-02-171-4/+20
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-10/+10
* VIA Configurator Refactor (#7268)Wilba2020-01-031-24/+31
* clang-format changesskullY2019-08-301-187/+161
* Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65822019-03-301-1/+1
* Fixed tap/down/up handling in dynamic keymap macrosWilba65822019-03-111-5/+13
* Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)Wilba2018-11-301-1/+146
* RAMA M6-B and IS31FL3218 driver (#4021)Wilba65822018-09-301-1/+1
* Improved dynamic keymaps (#3972)Wilba65822018-09-281-27/+15
* Zeal60/Zeal65/M60-A implementation (#3879)Wilba65822018-09-131-0/+97