mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
7adb4dc6fb
@ -7,7 +7,7 @@
|
|||||||
ASSERT_COMMUNITY_MODULES_MIN_API_VERSION(1, 0, 0);
|
ASSERT_COMMUNITY_MODULES_MIN_API_VERSION(1, 0, 0);
|
||||||
|
|
||||||
uint32_t delayed_hello_world(uint32_t trigger_time, void *cb_arg) {
|
uint32_t delayed_hello_world(uint32_t trigger_time, void *cb_arg) {
|
||||||
printf("Hello, world! I'm a QMK based keyboard! The keymap array size is %d bytes.\n", (int)hello_world_introspection().total_size);
|
dprintf("Hello, world! I'm a QMK based keyboard! The keymap array size is %d bytes.\n", (int)hello_world_introspection().total_size);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user