Fix: split build - Javelin lib (C++23) + bridge sources in app target (ZMK headers)
This commit is contained in:
parent
bbb17c58d9
commit
95e73ee2b8
3 changed files with 17 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
@ -7,7 +9,6 @@ extern "C" {
|
|||
void zmk_javelin_steno_init(void);
|
||||
void zmk_javelin_steno_process_key(int steno_key_index, bool is_press);
|
||||
|
||||
// Linker symbols for the embedded dictionary binary
|
||||
extern const uint8_t _javelin_dict_start[];
|
||||
extern const uint8_t _javelin_dict_end[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue