mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-04 03:42:44 +08:00
moved arduino hid to hid/arduino
This commit is contained in:
16
hid/arduino/patches/hid-shut-up.patch
Normal file
16
hid/arduino/patches/hid-shut-up.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
+ //#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
|
||||
|
||||
// Hut1_12v2.pdf
|
||||
Reference in New Issue
Block a user