From 65658a07756b85aa68431e0376a319832de0457e Mon Sep 17 00:00:00 2001 From: QuadState Date: Fri, 11 Apr 2025 21:50:22 +0900 Subject: [PATCH 1/5] Request PID EC02 for ECmini02 by QuadState --- 1209/EC02/index.md | 10 ++++++++++ org/QuadState/orgindex.md | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 1209/EC02/index.md create mode 100644 org/QuadState/orgindex.md diff --git a/1209/EC02/index.md b/1209/EC02/index.md new file mode 100644 index 00000000..073ca171 --- /dev/null +++ b/1209/EC02/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: ECmini02 +owner: QuadState +license: MIT, CC BY 4.0 +site: https://github.com/QuadState/ECmini02 +source: https://github.com/QuadState/ECmini02 +--- +A compact 2-key USB macro pad using electrostatic capacitive switches and a CH552 microcontroller. +It functions as a USB HID device and supports Volume Up, Volume Down, and Mute. \ No newline at end of file diff --git a/org/QuadState/orgindex.md b/org/QuadState/orgindex.md new file mode 100644 index 00000000..fb3d50d3 --- /dev/null +++ b/org/QuadState/orgindex.md @@ -0,0 +1,7 @@ +--- +layout: org +title: QuadState +site: https://github.com/QuadState +--- + +QuadState is a personal developer focused on human-interface devices (HID), particularly custom keyboards, electrostatic capacitive switches, and embedded systems. \ No newline at end of file From c2724b4c9dc63a1402ef432e3ddce36b80d1c4db Mon Sep 17 00:00:00 2001 From: QuadState Date: Fri, 11 Apr 2025 22:03:44 +0900 Subject: [PATCH 2/5] Fix: file name --- org/QuadState/{orgindex.md => index.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename org/QuadState/{orgindex.md => index.md} (100%) diff --git a/org/QuadState/orgindex.md b/org/QuadState/index.md similarity index 100% rename from org/QuadState/orgindex.md rename to org/QuadState/index.md From 3122f57a3ff1a5f677fe2bae9fde988baa3a495f Mon Sep 17 00:00:00 2001 From: QuadState Date: Sun, 13 Apr 2025 14:05:26 +0900 Subject: [PATCH 3/5] Rename project from ECmini02 to ECpad02 to avoid name conflict --- 1209/EC02/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1209/EC02/index.md b/1209/EC02/index.md index 073ca171..85ffa97b 100644 --- a/1209/EC02/index.md +++ b/1209/EC02/index.md @@ -1,10 +1,10 @@ --- layout: pid -title: ECmini02 +title: ECpad02 owner: QuadState license: MIT, CC BY 4.0 -site: https://github.com/QuadState/ECmini02 -source: https://github.com/QuadState/ECmini02 +site: https://github.com/QuadState/ECpad02 +source: https://github.com/QuadState/ECpad02 --- A compact 2-key USB macro pad using electrostatic capacitive switches and a CH552 microcontroller. It functions as a USB HID device and supports Volume Up, Volume Down, and Mute. \ No newline at end of file From 0e8734b4d199885ec68c0eee300052390d15cecb Mon Sep 17 00:00:00 2001 From: QuadState Date: Sun, 13 Apr 2025 14:24:20 +0900 Subject: [PATCH 4/5] Rename project from ECpad02 to ECmicro02 to avoid name conflict --- 1209/EC02/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1209/EC02/index.md b/1209/EC02/index.md index 85ffa97b..515097a3 100644 --- a/1209/EC02/index.md +++ b/1209/EC02/index.md @@ -1,10 +1,10 @@ --- layout: pid -title: ECpad02 +title: ECmacro02 owner: QuadState license: MIT, CC BY 4.0 -site: https://github.com/QuadState/ECpad02 -source: https://github.com/QuadState/ECpad02 +site: https://github.com/QuadState/ECmacro02 +source: https://github.com/QuadState/ECmacro02 --- A compact 2-key USB macro pad using electrostatic capacitive switches and a CH552 microcontroller. It functions as a USB HID device and supports Volume Up, Volume Down, and Mute. \ No newline at end of file From 06da791a1cdcaeaafe9108e6292e18707adb5ba1 Mon Sep 17 00:00:00 2001 From: QuadState Date: Mon, 28 Apr 2025 22:05:38 +0900 Subject: [PATCH 5/5] Finalize project name as "ECmacro" and update description This finalizes the project naming. No changes to PID assignment or technical details. --- 1209/EC02/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/1209/EC02/index.md b/1209/EC02/index.md index 515097a3..7d893d07 100644 --- a/1209/EC02/index.md +++ b/1209/EC02/index.md @@ -1,10 +1,10 @@ --- layout: pid -title: ECmacro02 +title: ECmacro owner: QuadState license: MIT, CC BY 4.0 -site: https://github.com/QuadState/ECmacro02 -source: https://github.com/QuadState/ECmacro02 +site: https://github.com/QuadState/ECmacro +source: https://github.com/QuadState/ECmacro --- -A compact 2-key USB macro pad using electrostatic capacitive switches and a CH552 microcontroller. -It functions as a USB HID device and supports Volume Up, Volume Down, and Mute. \ No newline at end of file +A compact USB macro pad utilizing electrostatic capacitive switches like topre. +ECmacro achieves capacitive sensing with only a microcontroller and a few passive components.