summaryrefslogtreecommitdiff
path: root/quantum/eeconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2025-06-09[Bugfix] User eeconfig utility macros (#25350)Pablo Martínez1-2/+2
2025-04-21Implement connection keycode logic (#25176)Joel Challis1-0/+6
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-85/+71
* 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-2/+3
2024-03-14Infer eeconfig identifiers (#22135)Joel Challis1-22/+42
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-14Prep work for NKRO report separation (#22268)Ryan1-0/+1
* Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver
2023-09-25Move velocikey to within rgblight (#22123)Joel Challis1-1/+1
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-10/+7
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-11-16Extend eeconfig kb/user datablock API (#19094)Joel Challis1-0/+4
2022-11-04Formalise keyboard- and user-specific EEPROM blocks (#18874)Nick Brassel1-7/+63
* 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-8/+3
* 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-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-25/+27
2021-10-07Reuse of EEPROM debounce logic (#14699)Joel Challis1-0/+26
* reuse rgb debounce logic * Refactor led matrix * Remove log line * timeout should not be hard coded
2021-08-23eeprom_stm32: implement high density wear leveling (#12567)Donald Kjer1-1/+1
* eeprom_stm32: implement wear leveling Update EECONFIG_MAGIC_NUMBER eeprom_stm32: check emulated eeprom size is large enough * eeprom_stm32: Increasing simulated EEPROM density on stm32 * Adding utility script to decode emulated eeprom * Adding unit tests * Applying qmk cformat changes * cleaned up flash mocking * Fix for stm32eeprom_parser.py checking via signature with wrong base * Fix for nk65 keyboard Co-authored-by: Ilya Zhuravlev <whatever@xyz.is> Co-authored-by: zvecr <git@zvecr.com>
2021-08-18Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis1-0/+113
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum