summaryrefslogtreecommitdiff
path: root/quantum/via.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-02-06 14:01:04 -0800
committerGitHub <noreply@github.com>2022-02-06 22:01:04 +0000
commit9124f5dc2d2f17eb327924d38add7f194dd4d54a (patch)
treea53ab1c9d62be1fff6edf11b18a6acd3b56991e3 /quantum/via.h
parent3b60e71f07ac3a1ba8d46c3ecb9de8198ad9b945 (diff)
Add layout change callbacks to VIA (#16087)
* Add layout change callbacks to VIA * Update worklouder example
Diffstat (limited to 'quantum/via.h')
-rw-r--r--quantum/via.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/via.h b/quantum/via.h
index 3db318a454..5d16917dfa 100644
--- a/quantum/via.h
+++ b/quantum/via.h
@@ -159,6 +159,7 @@ void via_init(void);
// Used by VIA to store and retrieve the layout options.
uint32_t via_get_layout_options(void);
void via_set_layout_options(uint32_t value);
+void via_set_layout_options_kb(uint32_t value);
// Called by QMK core to process VIA-specific keycodes.
bool process_record_via(uint16_t keycode, keyrecord_t *record);