Skip to content

Commit

Permalink
Add #ifndef HID_CUSTOM_LAYOUT_HIDE_PRAGMA_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
fxkr committed Nov 15, 2021
1 parent 5ae25b6 commit 94e552c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/KeyboardLayouts/ImprovedKeylayouts.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ enum KeyboardLeds : uint8_t {
#define LAYOUT_US_ENGLISH
#pragma message "Using default ASCII layout for keyboard modules"
#else
#ifndef HID_CUSTOM_LAYOUT_HIDE_PRAGMA_MESSAGE
#pragma message "Using custom layout for keyboard modules"
#endif
#endif

// Hut1_12v2.pdf
Expand Down

0 comments on commit 94e552c

Please sign in to comment.