mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-27 08:25:18 -05:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
#include <linker/linker-defs.h>
|
|
|
|
__event_type_start = .; \
|
|
KEEP(*(".event_type")); \
|
|
__event_type_end = .; \
|
|
|
|
__event_subscriptions_start = .; \
|
|
KEEP(*(".event_subscription")); \
|
|
__event_subscriptions_end = .; \
|
|
|