Skip to content

Commit

Permalink
Add #ifndef HID_HIDE_LAYOUT_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 6da5dbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KeyboardLayouts/ImprovedKeylayouts.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ enum KeyboardLeds : uint8_t {
#ifndef HID_CUSTOM_LAYOUT
#define HID_CUSTOM_LAYOUT
#define LAYOUT_US_ENGLISH
#ifndef HID_HIDE_LAYOUT_PRAGMA_MESSAGE
#pragma message "Using default ASCII layout for keyboard modules"
#endif
#else
#ifndef HID_HIDE_LAYOUT_PRAGMA_MESSAGE
#pragma message "Using custom layout for keyboard modules"
#endif
#endif

// Hut1_12v2.pdf
Expand Down

0 comments on commit 6da5dbc

Please sign in to comment.