Removed default german keyboard layout
This commit is contained in:
parent
90c911fd3d
commit
3d7b93b586
2 changed files with 1 additions and 9 deletions
|
|
@ -6,14 +6,6 @@
|
|||
|
||||
Shows how to send bytes via RawHID.
|
||||
Press a button to send some example values.
|
||||
Keep in mind that you can only send full data packets,
|
||||
the rest is filled with zero!
|
||||
|
||||
Definitions from HID_Reports.h:
|
||||
RAWHID_USAGE_PAGE 0xFFC0 // recommended: 0xFF00 to 0xFFFF
|
||||
RAWHID_USAGE 0x0C00 // recommended: 0x0100 to 0xFFFF
|
||||
RAWHID_TX_SIZE 15 // 1 byte for report ID
|
||||
RAWHID_RX_SIZE 15 // 1 byte for report ID
|
||||
|
||||
See HID Project documentation for more information.
|
||||
https://github.com/NicoHood/HID/wiki/RawHID-API
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ THE SOFTWARE.
|
|||
//#define LAYOUT_FRENCH
|
||||
//#define LAYOUT_FRENCH_BELGIAN
|
||||
//#define LAYOUT_FRENCH_SWISS
|
||||
#define LAYOUT_GERMAN
|
||||
//#define LAYOUT_GERMAN
|
||||
//#define LAYOUT_GERMAN_MAC
|
||||
//#define LAYOUT_GERMAN_SWISS
|
||||
//#define LAYOUT_ICELANDIC
|
||||
|
|
|
|||
Loading…
Reference in a new issue