From 21a777d1d73037379e42ab0ce8181a73563d5f8c Mon Sep 17 00:00:00 2001 From: Zane Bauman Date: Tue, 28 May 2024 10:18:57 -0400 Subject: [PATCH 1/4] Create org/zbauman3/index.md --- org/zbauman3/index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 org/zbauman3/index.md diff --git a/org/zbauman3/index.md b/org/zbauman3/index.md new file mode 100644 index 00000000..121f799c --- /dev/null +++ b/org/zbauman3/index.md @@ -0,0 +1,5 @@ +--- +layout: org +title: zbauman3 +--- +Zane Bauman - I make hobby projects for fun. From 67b30e5e5e6f0605927346da3b17551f13691acc Mon Sep 17 00:00:00 2001 From: Zane Bauman Date: Tue, 28 May 2024 10:21:35 -0400 Subject: [PATCH 2/4] Create 1209/F480/index.md --- 1209/F480/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/F480/index.md diff --git a/1209/F480/index.md b/1209/F480/index.md new file mode 100644 index 00000000..bea799fd --- /dev/null +++ b/1209/F480/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: WorkerMouse +owner: zbauman3 +license: MIT +site: https://github.com/zbauman3/WorkerMouse +source: https://github.com/zbauman3/WorkerMouse +--- +An AVR project for a simple DIY mouse jiggler. This uses an ATTINY85, a 16MHz crystal, 4 capacitors, 3 resistors, 2 zener diodes, and a USB-C plug. From 2e907b89dc226a498da42cb7f5264c43f266356e Mon Sep 17 00:00:00 2001 From: Zane Bauman Date: Tue, 28 May 2024 10:24:52 -0400 Subject: [PATCH 3/4] Update index.md --- org/zbauman3/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/org/zbauman3/index.md b/org/zbauman3/index.md index 121f799c..940bbb8a 100644 --- a/org/zbauman3/index.md +++ b/org/zbauman3/index.md @@ -1,5 +1,6 @@ --- layout: org title: zbauman3 +site: https://github.com/zbauman3 --- Zane Bauman - I make hobby projects for fun. From 92f1975c4053937a9b12ff5161bdf495f4dfd855 Mon Sep 17 00:00:00 2001 From: Zane Bauman Date: Tue, 28 May 2024 14:19:45 -0400 Subject: [PATCH 4/4] Update index.md --- 1209/F480/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/F480/index.md b/1209/F480/index.md index bea799fd..718567a3 100644 --- a/1209/F480/index.md +++ b/1209/F480/index.md @@ -6,4 +6,4 @@ license: MIT site: https://github.com/zbauman3/WorkerMouse source: https://github.com/zbauman3/WorkerMouse --- -An AVR project for a simple DIY mouse jiggler. This uses an ATTINY85, a 16MHz crystal, 4 capacitors, 3 resistors, 2 zener diodes, and a USB-C plug. +An AVR project for a simple DIY mouse jiggler, using a minimal number of parts and simple software.