Changeset df1a019 in mainline
- Timestamp:
- 2019-12-08T20:14:49Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 02f45748
- Parents:
- 0b63dc2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/input.c
r0b63dc2 rdf1a019 236 236 } 237 237 238 if (type == KEY_PRESS) { 239 switch (key) { 240 case KC_F12: 241 console_kcon(); 242 break; 243 } 244 } 245 238 246 ev.type = type; 239 247 ev.key = key;
Note:
See TracChangeset
for help on using the changeset viewer.