From c6fee682fac34d9c5a8f8f6eb1de6f98e7a9daa0 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 9 Jan 2024 20:36:22 -0600 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99cd53b..616e779 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # MacroBoard -[Archived Code] Keyboard manager that can discriminate between keyboards, combine inputs from multiple keyboards in a macro, as well as supporting drop in mods as DLLs. \ No newline at end of file +## [Archived Code] Keyboard manager that can discriminate between keyboards, combine inputs from multiple keyboards in a macro, as well as supporting drop in mods as DLLs. + +## This code is archived, however I might release updates to it in the future + +- I have provided a bin release as well as the source code +- I have not worked on this project in over 2 years, the csproj should be updated when recompiling +- This project depends on Linearstar.Windows.RawInput +- I did not know how to use git at the time, so unfortunately there is no history for the project. + +## Features +- Distingushing between multiple keyboards +- Combining input across multiple keyboards +- Working with multiple keyboards, or overriding specific keys on one primary keyboard +- Supports drop in mod replacement (Restart will be required, however).