Adding inital outline for Univac-Sperry F3W9 keyboard.
- Not tested yet - Packet size is large so it's not possible to use Teensy hardware
This commit is contained in:
parent
ea284c03f0
commit
b1686ce7ad
8 changed files with 820 additions and 7 deletions
|
@ -135,8 +135,8 @@ static const uint8_t PROGMEM keyboard_hid_report_desc[] = {
|
|||
};
|
||||
|
||||
static const uint8_t PROGMEM debug_hid_report_desc[] = {
|
||||
//0x06, 0x30, 0xFF, // Usage Page 0xFF31 (vendor defined)
|
||||
0x06, 0x31, 0xFF, // Usage Page 0xFF31 (vendor defined)
|
||||
0x06, 0x30, 0xFF, // Usage Page 0xFF31 (vendor defined)
|
||||
//0x06, 0x31, 0xFF, // Usage Page 0xFF31 (vendor defined)
|
||||
0x09, 0x74, // Usage 0x74
|
||||
0xA1, 0x53, // Collection 0x53
|
||||
0x75, 0x08, // report size = 8 bits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue