qmk_firmware/quantum
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
..
audio Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
backlight Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
bootmagic
debounce Consolidate timer_elapsed implementations (#24830) 2025-01-19 17:07:11 +00:00
encoder/tests Rename encoder pins defines (#24003) 2024-07-03 17:18:27 +10:00
keymap_extras [CI] Regenerate Files (#24772) 2025-01-01 02:22:28 +00:00
led_matrix Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
logging Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
midi
nvm Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
os_detection/tests Merge remote-tracking branch 'origin/master' into develop 2025-01-29 19:28:06 +00:00
painter Created SH1107 driver for quantum painter (#24724) 2025-02-17 08:41:07 +11:00
pointing_device [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630) 2024-11-23 10:09:34 +00:00
process_keycode Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
rgb_matrix Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
rgblight Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
send_string Consolidate send_string implementations. (#24817) 2025-01-21 08:24:39 +11:00
sequencer Consolidate timer_elapsed implementations (#24830) 2025-01-19 17:07:11 +00:00
split_common Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00
unicode Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
wear_leveling Add EOL to non-keyboard files (#24990) 2025-03-06 23:17:51 +00:00
action.c Retro Tapping Re-Write; Key Roll Fix (#23641) 2025-02-16 20:50:42 +11:00
action.h Community modules (#24848) 2025-02-26 22:25:41 +11:00
action_code.h
action_layer.c
action_layer.h
action_tapping.c [Bug][Core] Fix for Chordal Hold: stuck mods when mod-taps are pressed in a stuttered sequence. (#24878) 2025-01-30 06:17:54 +11:00
action_tapping.h [Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to Achordion, Bilateral Combinations. (#24560) 2025-01-27 12:32:23 +01:00
action_util.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
action_util.h
basic_profiling.h Remove arm_atsam platform (#24337) 2024-09-02 03:48:17 +01:00
bits.h [Core] quantum: util: add bit and bitmask helpers (#24229) 2024-10-12 18:48:00 +02:00
bitwise.c
bitwise.h
caps_word.c
caps_word.h
color.c Rename RGB and HSV structs (#24471) 2024-10-12 00:10:02 +01:00
color.h Rename RGB and HSV structs (#24471) 2024-10-12 00:10:02 +01:00
command.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
command.h
crc.c
crc.h
debounce.h
deferred_exec.c
deferred_exec.h
digitizer.c
digitizer.h
dip_switch.c Fix missing wait.h include in Dip Switch Map (#24863) 2025-01-25 03:11:38 +00:00
dip_switch.h
dynamic_keymap.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
dynamic_keymap.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
eeconfig.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
eeconfig.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
encoder.c Normalise mouse keycodes (#23975) 2024-07-03 18:35:54 +10:00
encoder.h Rename encoder pins defines (#24003) 2024-07-03 17:18:27 +10:00
haptic.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
haptic.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
joystick.c Joystick: add support for 8-way hat switch (#24515) 2024-11-09 14:10:10 -08:00
joystick.h Joystick: add support for 8-way hat switch (#24515) 2024-11-09 14:10:10 -08:00
keyboard.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
keyboard.h
keycode.h Normalise mouse keycodes (#23975) 2024-07-03 18:35:54 +10:00
keycode_config.c
keycode_config.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
keycode_string.c [Core] get_keycode_string(): function to format keycodes as strings, for more readable debug logging. (#24787) 2025-03-19 20:45:56 +01:00
keycode_string.h [Core] get_keycode_string(): function to format keycodes as strings, for more readable debug logging. (#24787) 2025-03-19 20:45:56 +01:00
keycodes.h Community modules (#24848) 2025-02-26 22:25:41 +11:00
keymap_common.c
keymap_common.h
keymap_introspection.c Community modules (#24848) 2025-02-26 22:25:41 +11:00
keymap_introspection.h Add support for key override introspection. (#24120) 2024-07-16 09:22:17 +10:00
layer_lock.c Review fixes for layer lock feature (#24627) 2024-11-21 13:02:49 +00:00
layer_lock.h Review fixes for layer lock feature (#24627) 2024-11-21 13:02:49 +00:00
leader.c Add leader_add_user callback (#24266) 2025-01-01 23:12:58 -08:00
leader.h Add leader_add_user callback (#24266) 2025-01-01 23:12:58 -08:00
led.c Remove deprecated led_set_user (#23979) 2024-06-22 09:10:58 +01:00
led.h Remove deprecated led_set_user (#23979) 2024-06-22 09:10:58 +01:00
led_tables.c
led_tables.h
main.c
matrix.c Update atomic GPIO macros in keyboard custom matrix (#23796) 2024-07-13 18:41:05 +10:00
matrix.h
matrix_common.c
modifiers.h
mousekey.c Enhance overlapping mouse keys control (#23341) 2024-08-19 03:18:28 +01:00
mousekey.h Enhance overlapping mouse keys control (#23341) 2024-08-19 03:18:28 +01:00
os_detection.c Community modules (#24848) 2025-02-26 22:25:41 +11:00
os_detection.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
pointing_device_internal.h
programmable_button.c
programmable_button.h
quantum.c Community modules (#24848) 2025-02-26 22:25:41 +11:00
quantum.h [Core] get_keycode_string(): function to format keycodes as strings, for more readable debug logging. (#24787) 2025-03-19 20:45:56 +01:00
quantum_keycodes.h [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630) 2024-11-23 10:09:34 +00:00
quantum_keycodes_legacy.h Add new connection keycodes for Bluetooth, 2.4GHz. (#24251) 2024-08-27 10:52:23 +10:00
raw_hid.h
repeat_key.c Normalise mouse keycodes (#23975) 2024-07-03 18:35:54 +10:00
repeat_key.h
ring_buffer.h
secure.c
secure.h
steno_keycodes.h
sync_timer.c
sync_timer.h
tri_layer.c
tri_layer.h
util.h [Core] quantum: util: add bit and bitmask helpers (#24229) 2024-10-12 18:48:00 +02:00
variable_trace.c
variable_trace.h
via.c Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
via.h Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
virtser.h
wpm.c
wpm.h