🔧 更新了键盘驱动程序,使其适配vfs

This commit is contained in:
fslongjin
2022-05-20 22:53:47 +08:00
parent 464837eb1a
commit 832c0c7e5c
13 changed files with 295 additions and 52 deletions

View File

@ -7,6 +7,8 @@
// 定义键盘循环队列缓冲区大小为100bytes
#define ps2_keyboard_buffer_size 100
#define KEYBOARD_CMD_RESET_BUFFER 1
/**
* @brief 键盘循环队列缓冲区结构体
*