Add support for Hackaday Communicator function keys (#9444)

This commit is contained in:
Jonathan Bennett
2026-01-27 16:09:18 -06:00
committed by GitHub
parent 23a8b5a66f
commit fd498bebad
5 changed files with 58 additions and 7 deletions

View File

@@ -27,6 +27,11 @@ enum input_broker_event {
INPUT_BROKER_SHUTDOWN = 0x9b,
INPUT_BROKER_GPS_TOGGLE = 0x9e,
INPUT_BROKER_SEND_PING = 0xaf,
INPUT_BROKER_FN_F1 = 0xf1,
INPUT_BROKER_FN_F2 = 0xf2,
INPUT_BROKER_FN_F3 = 0xf3,
INPUT_BROKER_FN_F4 = 0xf4,
INPUT_BROKER_FN_F5 = 0xf5,
INPUT_BROKER_MATRIXKEY = 0xFE,
INPUT_BROKER_ANYKEY = 0xff