We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae25b6 commit 94e552cCopy full SHA for 94e552c
src/KeyboardLayouts/ImprovedKeylayouts.h
@@ -53,7 +53,9 @@ enum KeyboardLeds : uint8_t {
53
#define LAYOUT_US_ENGLISH
54
#pragma message "Using default ASCII layout for keyboard modules"
55
#else
56
+ #ifndef HID_CUSTOM_LAYOUT_HIDE_PRAGMA_MESSAGE
57
#pragma message "Using custom layout for keyboard modules"
58
+ #endif
59
#endif
60
61
// Hut1_12v2.pdf
0 commit comments