Initial driver for PawnIO-based Windows controller for Valve Steam Machine

This commit is contained in:
Adam Honse committed 2026-08-29 23:36:39 -05:00
1 parent 255cfcf422
commit 1538936758
10 files changed
+1064 -36

No files matched your search

@@ -15,7 +15,8 @@
#include <cctype>
#include "DetectionManager.h"
#include "filesystem.h"
#include "RGBController_ValveSteamMachine_Linux.h"
#include "RGBController_ValveSteamMachine_Windows_Linux.h"
#include "ValveSteamMachineController_Linux.h"
/*---------------------------------------------------------*\
| Helper function to extract the numeric index enclosed |