Nick Brassel
|
2b00b846dc
|
Non-volatile memory data repository pattern (#24356)
* 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.
|
2025-03-21 23:38:34 +11:00 |
|
Joel Challis
|
36f306b4a5
|
Provide method to save a single default layer in the full range of 0-31 (#24639)
|
2024-11-25 07:35:21 +11:00 |
|
Purdea Andrei
|
267dffda15
|
EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format abstraction. (#18332)
|
2024-05-28 12:49:55 +01:00 |
|
Joel Challis
|
4bbfecae90
|
Infer eeconfig identifiers (#22135)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2024-03-14 21:45:03 +11:00 |
|
Joel Challis
|
b24bd2351a
|
Remove redundant audio eeconfig init (#22736)
|
2023-12-24 06:52:58 +00:00 |
|
Joel Challis
|
339bff6339
|
Move velocikey to within rgblight (#22123)
|
2023-09-25 17:48:10 +01:00 |
|
Drashna Jaelre
|
9c2c96a20e
|
[Bug] Fix default layer value in eeconfig_init (#21909)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2023-09-14 10:17:15 -07:00 |
|
Drashna Jaelre
|
5c4b53a143
|
[Bug] Realign and size check EECONFIG structures (#20541)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2023-05-08 10:56:03 -07:00 |
|
Joel Challis
|
57ac917b43
|
Extend eeconfig kb/user datablock API (#19094)
|
2022-11-16 18:06:49 +11:00 |
|
Nick Brassel
|
f82e90bdea
|
Formalise keyboard- and user-specific EEPROM blocks (#18874)
* Formalise keyboard and user eeconfig datablocks.
* Add debounce helper that checks a condition and issues post-write function invocation.
* Naming.
|
2022-11-04 19:20:11 +00:00 |
|
Drashna Jaelre
|
ae5f818d5a
|
Simplify Keymap Config EEPROM (#18886)
* 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-11-01 01:02:43 +00:00 |
|
Dasky
|
db6a637398
|
Fix EECONFIG_KEYMAP_UPPER_BYTE init (#18394)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-09-17 20:58:46 +01:00 |
|
Drashna Jaelre
|
fb29c0ae53
|
[Core] Add getreuer's Autocorrect feature to core (#15699)
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
|
2022-09-17 17:50:54 +10:00 |
|
Dasky
|
e1aed8da08
|
Move fake EE_HANDS (#18352)
|
2022-09-16 00:06:00 +01:00 |
|
Drashna Jaelre
|
b8574efcd6
|
Fix oneshot toggle logic (#16630)
* Fix oneshot toggle logic
* Enable oneshots by default
* Decrement eeconfig magic number due to eeconfig changes
|
2022-03-14 01:11:42 +00:00 |
|
QMK Bot
|
63646e8906
|
Format code according to conventions (#16322)
|
2022-02-12 18:29:31 +00:00 |
|
Joel Challis
|
fa141a5a8f
|
Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)
|
2021-09-15 01:21:36 -07:00 |
|
Drashna Jaelre
|
a80d789147
|
Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2021-08-20 21:02:53 -07:00 |
|
Joel Challis
|
b8e913c8db
|
Migrate platform independent code from tmk_core -> quantum (#13673)
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum
|
2021-08-18 00:18:58 +01:00 |
|