From c04d459c064d1f3cafd9ceaab5a8ec9b181ffaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Top=C3=A7u?= Date: Thu, 3 Sep 2026 17:00:50 +0300 Subject: [PATCH] Add ERTOtech Refleks Lite USB PIDs --- 1209/E667/index.md | 12 ++++++++++++ 1209/E668/index.md | 12 ++++++++++++ 1209/E669/index.md | 13 +++++++++++++ org/ERTOtech/index.md | 7 +++++++ 4 files changed, 44 insertions(+) create mode 100644 1209/E667/index.md create mode 100644 1209/E668/index.md create mode 100644 1209/E669/index.md create mode 100644 org/ERTOtech/index.md diff --git a/1209/E667/index.md b/1209/E667/index.md new file mode 100644 index 00000000..c77a80ca --- /dev/null +++ b/1209/E667/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Refleks Lite DFU +owner: ERTOtech +license: Firmware - MIT, Hardware - CERN-OHL-P-2.0 +site: https://git.ertotech.com/erto/refleks-lite +source: https://git.ertotech.com/erto/refleks-lite +--- + +USB DFU bootloader for the open-source Refleks Lite arcade controller, +based on the STM32F103RBT6. This PID identifies the firmware-update mode; +the bootloader writes the XInput and DInput application slots independently. diff --git a/1209/E668/index.md b/1209/E668/index.md new file mode 100644 index 00000000..2e3899fa --- /dev/null +++ b/1209/E668/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Refleks Lite XInput +owner: ERTOtech +license: Firmware - MIT, Hardware - CERN-OHL-P-2.0 +site: https://git.ertotech.com/erto/refleks-lite +source: https://git.ertotech.com/erto/refleks-lite +--- + +XInput-compatible USB operating mode for the open-source Refleks Lite arcade +controller, based on the STM32F103RBT6. This PID is distinct from the DFU and +standard HID identities so Windows can bind the appropriate controller driver. diff --git a/1209/E669/index.md b/1209/E669/index.md new file mode 100644 index 00000000..4c3cb8c4 --- /dev/null +++ b/1209/E669/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: Refleks Lite DInput +owner: ERTOtech +license: Firmware - MIT, Hardware - CERN-OHL-P-2.0 +site: https://git.ertotech.com/erto/refleks-lite +source: https://git.ertotech.com/erto/refleks-lite +--- + +DirectInput-compatible standard USB HID operating mode for the open-source +Refleks Lite arcade controller, based on the STM32F103RBT6. This PID is +distinct from the DFU and XInput identities so the host can identify the +selected controller mode correctly. diff --git a/org/ERTOtech/index.md b/org/ERTOtech/index.md new file mode 100644 index 00000000..51052852 --- /dev/null +++ b/org/ERTOtech/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: ERTOtech +site: https://git.ertotech.com/erto/refleks-lite +--- + +ERTOtech develops open-source embedded hardware and firmware projects.