logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

introspection.h (297B)


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