Skip to content

Commit

Permalink
Header ordering ftw.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 7, 2025
1 parent b4981ae commit 138b726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/hello_world/introspection.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright 2025 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H

typedef struct hello_world_introspection_t {
int total_size;
int layer_count;
int16_t total_size;
int16_t layer_count;
} hello_world_introspection_t;

hello_world_introspection_t hello_world_introspection(void);

0 comments on commit 138b726

Please sign in to comment.