Add ps/2 keyboard module

This commit is contained in:
xinyangli 2024-01-10 20:20:45 +08:00
parent 0b34b19bdf
commit 1118f64668
No known key found for this signature in database
14 changed files with 405 additions and 207 deletions

View file

@ -4,7 +4,7 @@ STUID=ysyx_22040000
STUNAME=李心杨
TRACER=tracer-ysyx
GITFLAGS="-q --author=$TRACER<tracer@ysyx.org> --no-verify --allow-empty"
GITFLAGS="-q --author=$TRACER<tracer@ysyx.org> --no-verify --allow-empty --no-gpg-sign"
WORK_BRANCH=$(git rev-parse --abbrev-ref HEAD)
WORK_INDEX=.git/index.${WORK_BRANCH}