summaryrefslogtreecommitdiff
path: root/quantum/eeconfig.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-14Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis1-1/+5
2025-04-21Implement connection keycode logic (#25176)Joel Challis1-0/+18
2025-04-19Fixup eeconfig lighting reset. (#25166)Nick Brassel1-6/+15
2025-04-19Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel1-5/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-233/+211
2024-11-25Provide method to save a single default layer in the full range of 0-31 (#24639)Joel Challis1-5/+20
2024-05-28EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format abstract...Purdea Andrei1-2/+2
2024-03-14Infer eeconfig identifiers (#22135)Joel Challis1-3/+3
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis1-1/+1
2023-09-25Move velocikey to within rgblight (#22123)Joel Challis1-1/+1
2023-09-14[Bug] Fix default layer value in eeconfig_init (#21909)Drashna Jaelre1-2/+2
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-9/+6
2022-11-16Extend eeconfig kb/user datablock API (#19094)Joel Challis1-8/+34
2022-11-04Formalise keyboard- and user-specific EEPROM blocks (#18874)Nick Brassel1-0/+66
2022-11-01Simplify Keymap Config EEPROM (#18886)Drashna Jaelre1-7/+4
2022-09-17Fix EECONFIG_KEYMAP_UPPER_BYTE init (#18394)Dasky1-1/+2
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre1-1/+1
2022-09-16Move fake EE_HANDS (#18352)Dasky1-10/+0
2022-03-14Fix oneshot toggle logic (#16630)Drashna Jaelre1-1/+1
2022-02-12Format code according to conventions (#16322)QMK Bot1-18/+52
2021-09-15Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis1-11/+0
2021-08-20Fix issues with VIA EEPROM init and bring in line with eeconfig functionality...Drashna Jaelre1-2/+31
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis1-0/+211