Skip to content

Commit

Permalink
add MIYOO_KBD_SET_HOTKEY to macros' list
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer authored Jul 15, 2023
1 parent 28154bb commit ac6993e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#define MIYOO_LAY_SET_VER _IOWR(0x103, 0, unsigned long)
#define MIYOO_KBD_GET_VER _IOWR(0x104, 0, unsigned long)
#define MIYOO_LAY_GET_VER _IOWR(0x105, 0, unsigned long)
#define MIYOO_KBD_SET_HOTKEY _IOWR(0x106, 0, unsigned long)
#define MIYOO_FB0_PUT_OSD _IOWR(0x100, 0, unsigned long)
#define MIYOO_FB0_SET_MODE _IOWR(0x101, 0, unsigned long)
#define MIYOO_FB0_GET_VER _IOWR(0x102, 0, unsigned long)
Expand Down

0 comments on commit ac6993e

Please sign in to comment.