Go to file
Ricardo Carneiro c77a9cac0d Add KVMote source — C#, Arduino sketch and .gitignore
- Principal.cs/Designer.cs: WinForms KVM host app (.NET 8)
  Global mouse/keyboard hooks, edge detection, BT serial protocol,
  clipboard paste via Ctrl+V, PT-BR ABNT2 layout translation
- KVMote.ino: Arduino Leonardo sketch (HC-06 BT, USB HID)
  Non-blocking state machine, LED RGB feedback, full protocol support
- KVMote.csproj/sln: project files with System.IO.Ports NuGet
- .gitignore: C#/Visual Studio standard exclusions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 15:09:07 -03:00
.gitignore Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
KVMote.csproj Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
KVMote.ino Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
KVMote.sln Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
Principal.cs Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
Principal.Designer.cs Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
Principal.resx Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
Program.cs Add KVMote source — C#, Arduino sketch and .gitignore 2026-03-22 15:09:07 -03:00
README.md first commit 2026-03-22 15:06:15 -03:00