mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
Keyboard Utilities
- Added KBDINFO which dumps low level info about keyboards. - Updated KBDTEST and VDCTEST to put the keyboard controller into translation mode which is what these programs were intended to use.
This commit is contained in:
@@ -21,6 +21,7 @@ pushd I2C && call Build || exit /b & popd
|
||||
pushd rzsz && call Build || exit /b & popd
|
||||
pushd vdctest && call Build || exit /b & popd
|
||||
pushd kbdtest && call Build || exit /b & popd
|
||||
pushd kbdinfo && call Build || exit /b & popd
|
||||
|
||||
goto :eof
|
||||
|
||||
|
||||
Reference in New Issue
Block a user