Fix some more missing #pragma onces (#20241)

This commit is contained in:
Ryan
2023-03-24 04:21:37 +11:00
committed by GitHub
parent fa4dfb542f
commit 1e07ff1fb1
25 changed files with 50 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
* With this disgusting bodge, you can just edit your .defs and compile!
*/
#pragma once
// Clear all X Macros
#define PRES BLANK
#define KEYS BLANK

View File

@@ -1,3 +1,5 @@
#pragma once
#include "engine.h"
// Configuration options for the engine

View File

@@ -1,3 +1,5 @@
#pragma once
// Keymap helpers
// define reference layers per layer.
#define REF_LAYER_FOR_LAYER(LAYER, REF_LAYER) \

View File

@@ -6,6 +6,9 @@
* using a external generator (Like is done for the ASETNIOP base keymaps)
* With this disgusting bodge, you can just edit your .defs and compile!
*/
#pragma once
#include "g/engine.h"
// Clear all X Macros