Changes in uspace/app/virtusbkbd/keys.h [4b4c797:679a135] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/virtusbkbd/keys.h
r4b4c797 r679a135 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbvirtkbd 30 30 * @{ 31 31 */ … … 40 40 41 41 /** Maximum number of keys that can be pressed simultaneously. */ 42 #define KB_MAX_KEYS_AT_ONCE 442 #define KB_MAX_KEYS_AT_ONCE 6 43 43 44 44 /** Key code type. */
Note:
See TracChangeset
for help on using the changeset viewer.