introspection.h (297B)
1 // Copyright 2025 Nick Brassel (@tzarc) 2 // SPDX-License-Identifier: GPL-2.0-or-later 3 #include QMK_KEYBOARD_H 4 5 typedef struct hello_world_introspection_t { 6 int16_t total_size; 7 int16_t layer_count; 8 } hello_world_introspection_t; 9 10 hello_world_introspection_t hello_world_introspection(void);