zvecr
b43031ae00
Merge remote-tracking branch 'origin/develop' into xap
2024-03-14 10:59:03 +00:00
Joel Challis
4bbfecae90
Infer eeconfig identifiers ( #22135 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-03-14 21:45:03 +11:00
QMK Bot
69b75ccbd2
Merge remote-tracking branch 'origin/develop' into xap
2023-10-14 11:21:54 +00:00
Ryan
1bff37781b
Prep work for NKRO report separation ( #22268 )
...
* 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-10-14 13:21:20 +02:00
QMK Bot
fa0e5135ea
Merge remote-tracking branch 'origin/develop' into xap
2023-09-25 16:48:44 +00:00
Joel Challis
339bff6339
Move velocikey to within rgblight ( #22123 )
2023-09-25 17:48:10 +01:00
Drashna Jael're
5048473f71
Merge remote-tracking branch 'origin/develop' into xap
2023-05-08 13:28:59 -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
zvecr
646ced4441
Remove bad EECONFIG address
2022-11-18 00:23:20 +00:00
QMK Bot
0124fee625
Merge remote-tracking branch 'origin/develop' into xap
2022-11-16 07:07:46 +00:00
Joel Challis
57ac917b43
Extend eeconfig kb/user datablock API ( #19094 )
2022-11-16 18:06:49 +11:00
Nick Brassel
d6841242e6
Merge remote-tracking branch 'upstream/develop' into xap
2022-11-06 08:34:19 +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
Nick Brassel
d84090ec96
Bad Merge
2022-11-01 15:16:25 +11:00
Nick Brassel
478ae168d2
Merge remote-tracking branch 'upstream/develop' into xap
2022-11-01 15:13:23 +11: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
zvecr
2592402627
Use keymap folder hash to reset dynamic keymap eeprom
2022-06-27 21:44:26 +01:00
zvecr
78f28900e0
Update EECONFIG version to ensure XAP init
2022-06-22 23:03:37 +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
60297a1099
Reuse of EEPROM debounce logic ( #14699 )
...
* reuse rgb debounce logic
* Refactor led matrix
* Remove log line
* timeout should not be hard coded
2021-10-07 01:47:14 +01:00
Donald Kjer
e756a21636
eeprom_stm32: implement high density wear leveling ( #12567 )
...
* 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-23 23:15:34 +01: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