summaryrefslogtreecommitdiff
path: root/quantum/eeconfig.c
AgeCommit message (Collapse)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
* First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
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 ↵Purdea Andrei1-2/+2
abstraction. (#18332)
2024-03-14Infer eeconfig identifiers (#22135)Joel Challis1-3/+3
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-9/+6
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
* Formalise keyboard and user eeconfig datablocks. * Add debounce helper that checks a condition and issues post-write function invocation. * Naming.
2022-11-01Simplify Keymap Config EEPROM (#18886)Drashna Jaelre1-7/+4
* Simplify Keymap Config EEPROM * Decrement eeconfig magic number due to eeconfig changes * Update quantum/eeconfig.h Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-17Fix EECONFIG_KEYMAP_UPPER_BYTE init (#18394)Dasky1-1/+2
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre1-1/+1
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
2022-09-16Move fake EE_HANDS (#18352)Dasky1-10/+0
2022-03-14Fix oneshot toggle logic (#16630)Drashna Jaelre1-1/+1
* Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
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 ↵Drashna Jaelre1-2/+31
functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis1-0/+211
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum