From 0754bca5388553871b870c7f2c9174620831e10f Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:09:51 -0400 Subject: [PATCH 1/7] Add Infinite organization Add index.md for Infinite project documentation --- org/org/infinite/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/org/infinite/index.md diff --git a/org/org/infinite/index.md b/org/org/infinite/index.md new file mode 100644 index 00000000..ff8c903a --- /dev/null +++ b/org/org/infinite/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Infinite +site: https://github.com/CDiOS/infinite-hid-controller-base +--- +Open-source USB HID controller reference sketches for Arduino Leonardo compatible boards using the Arduino Joystick Library, provided as starting points for electric, hybrid, diesel, and steam simulation control projects. From 2fd2df3b535970b7f8ff68e257eafb8f24730af7 Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:13:01 -0400 Subject: [PATCH 2/7] Add PID 5390 Electric Controller Base Added documentation for Electric Controller Base firmware. --- 1209/5390/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/5390/index.md diff --git a/1209/5390/index.md b/1209/5390/index.md new file mode 100644 index 00000000..3ae1559a --- /dev/null +++ b/1209/5390/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Electric Controller Base +owner: infinite +license: MIT +site: https://github.com/CDiOS/infinite-hid-controller-base +source: https://github.com/CDiOS/infinite-hid-controller-base +--- +USB HID electric simulation controller base firmware for Arduino Leonardo compatible boards using the Arduino Joystick Library. Provides a simple open reference sketch with one analog axis and example button inputs for further customization. From c89c7d5aeaddec75e3e217b60afa7dff69b68f51 Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:14:07 -0400 Subject: [PATCH 3/7] Add PID 5391 Hybrid Controller Base Add initial documentation for Hybrid Controller Base firmware. --- 1209/5391/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/5391/index.md diff --git a/1209/5391/index.md b/1209/5391/index.md new file mode 100644 index 00000000..28172a40 --- /dev/null +++ b/1209/5391/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Hybrid Controller Base +owner: infinite +license: MIT +site: https://github.com/CDiOS/infinite-hid-controller-base +source: https://github.com/CDiOS/infinite-hid-controller-base +--- +USB HID hybrid simulation controller base firmware for Arduino Leonardo compatible boards using the Arduino Joystick Library. Provides a simple open reference sketch with two analog axes and example button inputs for further customization. From 86761ef783f0a2fa95cfe7ca3f8e1fb6dddf6eb1 Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:15:16 -0400 Subject: [PATCH 4/7] Add PID 5392 Diesel Controller Base Add documentation for Diesel Controller Base firmware. --- 1209/5392/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/5392/index.md diff --git a/1209/5392/index.md b/1209/5392/index.md new file mode 100644 index 00000000..a07a4427 --- /dev/null +++ b/1209/5392/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Diesel Controller Base +owner: infinite +license: MIT +site: https://github.com/CDiOS/infinite-hid-controller-base +source: https://github.com/CDiOS/infinite-hid-controller-base +--- +USB HID diesel simulation controller base firmware for Arduino Leonardo compatible boards using the Arduino Joystick Library. Provides a simple open reference sketch with three analog axes and example button inputs for further customization. From accaebe73dd448d8e7d3b2aa6d9d6ea4a41ed721 Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:16:13 -0400 Subject: [PATCH 5/7] Add PID 5393 Steam Controller Base Add documentation for Steam Controller Base firmware. --- 1209/5393/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/5393/index.md diff --git a/1209/5393/index.md b/1209/5393/index.md new file mode 100644 index 00000000..98397600 --- /dev/null +++ b/1209/5393/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Steam Controller Base +owner: infinite +license: MIT +site: https://github.com/CDiOS/infinite-hid-controller-base +source: https://github.com/CDiOS/infinite-hid-controller-base +--- +USB HID steam simulation controller base firmware for Arduino Leonardo compatible boards using the Arduino Joystick Library. Provides a simple open reference sketch with four analog axes and example button inputs for further customization. From 0a4d4fe1df6d84fdede7abd94746f1314fe25f8d Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:33:11 -0400 Subject: [PATCH 6/7] Create index.md for Infinite project Add index.md for Infinite project documentation --- org/infinite/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 org/infinite/index.md diff --git a/org/infinite/index.md b/org/infinite/index.md new file mode 100644 index 00000000..842efe25 --- /dev/null +++ b/org/infinite/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Infinite +site: https://github.com/CDiOS/infinite-hid-controller-base +--- + +Open-source USB HID controller reference sketches for Arduino Leonardo compatible boards using the Arduino Joystick Library, provided as starting points for electric, hybrid, diesel, and steam simulation control projects. From fa0d2f124b8bcea716291e4268ae33a4069d92b5 Mon Sep 17 00:00:00 2001 From: CDiOS <51062357+CDiOS@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:34:23 -0400 Subject: [PATCH 7/7] Delete org/org/infinite directory --- org/org/infinite/index.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 org/org/infinite/index.md diff --git a/org/org/infinite/index.md b/org/org/infinite/index.md deleted file mode 100644 index ff8c903a..00000000 --- a/org/org/infinite/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: org -title: Infinite -site: https://github.com/CDiOS/infinite-hid-controller-base ---- -Open-source USB HID controller reference sketches for Arduino Leonardo compatible boards using the Arduino Joystick Library, provided as starting points for electric, hybrid, diesel, and steam simulation control projects.