diff options
author | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-09 19:27:35 +0300 |
commit | 70141f0fbbded557daadf758d9d94589fca9f037 (patch) | |
tree | 5ea584a8c12ee0f0d3b3b20c4416c2855c3ebb57 /hid/patches/hid-shut-up.patch | |
parent | 63d953d22efb1e9b73fd235b64269b3406569cb8 (diff) |
renamed patches
Diffstat (limited to 'hid/patches/hid-shut-up.patch')
-rw-r--r-- | hid/patches/hid-shut-up.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hid/patches/hid-shut-up.patch b/hid/patches/hid-shut-up.patch new file mode 100644 index 00000000..2c05526a --- /dev/null +++ b/hid/patches/hid-shut-up.patch @@ -0,0 +1,13 @@ +diff -u -r a/src/KeyboardLayouts/ImprovedKeylayouts.h b/src/KeyboardLayouts/ImprovedKeylayouts.h +--- a/src/KeyboardLayouts/ImprovedKeylayouts.h 2019-07-13 21:16:23.000000000 +0300 ++++ b/src/KeyboardLayouts/ImprovedKeylayouts.h 2020-11-16 01:54:47.700726338 +0300 +@@ -51,9 +51,6 @@ + #ifndef HID_CUSTOM_LAYOUT + #define HID_CUSTOM_LAYOUT + #define LAYOUT_US_ENGLISH +- #pragma message "Using default ASCII layout for keyboard modules" +-#else +- #pragma message "Using custom layout for keyboard modules" + #endif + + #if defined(LAYOUT_US_ENGLISH) |