From e1cc29f90c2faafeefff54e3f772108bdb14d8c9 Mon Sep 17 00:00:00 2001 From: maebemae <162007148+maebemae@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:48:22 +0800 Subject: [PATCH 1/3] Create index.md --- org/Maebe.Me/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/Maebe.Me/index.md diff --git a/org/Maebe.Me/index.md b/org/Maebe.Me/index.md new file mode 100644 index 00000000..ac6a7cd1 --- /dev/null +++ b/org/Maebe.Me/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Maebe.Me +site: http://maebe.me +--- +A Software Engineer who wants to share the joy of hardware with others From ae5b23abb04c3d9cca0fade77e60975b2b439ef4 Mon Sep 17 00:00:00 2001 From: maebemae <162007148+maebemae@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:54:52 +0800 Subject: [PATCH 2/3] Create index.md --- 6660/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 6660/index.md diff --git a/6660/index.md b/6660/index.md new file mode 100644 index 00000000..42594821 --- /dev/null +++ b/6660/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: The Button +owner: Maebe.Me +license: GNU GPL v3 +site: https://github.com/maebemae/TheButton +source: https://github.com/maebemae/TheButton +--- +A velocity sensitive macro button. Based on the velocity of the button press, a relevant message is typed out. From 0a4d04783a6110b9b8d20c04d3f99d72d8b8687c Mon Sep 17 00:00:00 2001 From: maebemae <162007148+maebemae@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:56:26 +0800 Subject: [PATCH 3/3] Update index.md --- 6660/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/6660/index.md b/6660/index.md index 42594821..e32bb00e 100644 --- a/6660/index.md +++ b/6660/index.md @@ -7,3 +7,7 @@ site: https://github.com/maebemae/TheButton source: https://github.com/maebemae/TheButton --- A velocity sensitive macro button. Based on the velocity of the button press, a relevant message is typed out. + +The project is based on a STM32C071 MCU, with an off the shelf Emergency Mushroom button, and keyswitch. + +The firmware uses a mix of STM32CubeMX + STM32 HAL and https://github.com/gbm-ii/gbmUSBdevice as the main usb driver