diff options
author | Devaev Maxim <[email protected]> | 2021-07-16 18:56:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-16 18:56:05 +0300 |
commit | d524b2b34677ed98ad3414f11362f85f3a60b603 (patch) | |
tree | c2cb6b218b15882d7b9cf8a38473ef744da4cc61 /hid/patches | |
parent | 2a873abf4f936fc0882924e126fe5f5e051886ec (diff) |
updated hid-shut-up.patch
Diffstat (limited to 'hid/patches')
-rw-r--r-- | hid/patches/hid-shut-up.patch | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/hid/patches/hid-shut-up.patch b/hid/patches/hid-shut-up.patch index 2c05526a..1de9defb 100644 --- a/hid/patches/hid-shut-up.patch +++ b/hid/patches/hid-shut-up.patch @@ -1,13 +1,16 @@ -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 @@ +diff --git a/src/KeyboardLayouts/ImprovedKeylayouts.h b/src/KeyboardLayouts/ImprovedKeylayouts.h +index 03b92a0..ee0bab4 100644 +--- a/src/KeyboardLayouts/ImprovedKeylayouts.h ++++ b/src/KeyboardLayouts/ImprovedKeylayouts.h +@@ -51,9 +51,9 @@ enum KeyboardLeds : uint8_t { #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" + #define HID_CUSTOM_LAYOUT + #define LAYOUT_US_ENGLISH +- #pragma message "Using default ASCII layout for keyboard modules" ++ //#pragma message "Using default ASCII layout for keyboard modules" + #else +- #pragma message "Using custom layout for keyboard modules" ++ //#pragma message "Using custom layout for keyboard modules" #endif - #if defined(LAYOUT_US_ENGLISH) + // Hut1_12v2.pdf |