From d35a95c7afc9e5ef6f087034dbf4cbb03048f9cd Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Wed, 24 Jun 2020 10:06:35 -0400 Subject: Initial working Clueboard California Macropad w/ proton-c fixes * Basic Clueboard Californai Macropad shield definition. * New "direct" KSCAN driver that supports non-matrix direct wiring for switches, needed for macropad that doesn't have a matrix at all. * Some renames for existing KSCAN GPIO driver to make the implied "matrix" part explicit. --- app/boards/shields/clueboard_california/readme.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/boards/shields/clueboard_california/readme.md (limited to 'app/boards/shields/clueboard_california/readme.md') diff --git a/app/boards/shields/clueboard_california/readme.md b/app/boards/shields/clueboard_california/readme.md new file mode 100644 index 0000000..17855e1 --- /dev/null +++ b/app/boards/shields/clueboard_california/readme.md @@ -0,0 +1,24 @@ +# Clueboard California Macropad + +A small 10-key macropad in the shape of the US state of California, + +## Features + +* Per key LED. +* Proton-C compatible, including space for the piezo speaker. +* Direct GPIO wiring, no GPIO matrix at all. + +Will need to set them to be PULL HIGH, and ACTIVE LOW + +| Switch | Switch Pin | LED Pin | +| ------------ | ---------- | ------- | +| shasta1 | a10 | a2 | +| modoc1 | a9 | b5 | +| mendocino1 | a0 | a1 | +| lassen1 | b8 | b4 | +| eldorado1 | b11 | b12 | +| big_sur1 | b9 | b10 | +| sierra1 | a8 | a15 | +| los_padres1 | a7 | a6 | +| mojave1 | b1 | b0 | +| joshua_tree1 | b2 | b3 | -- cgit v1.2.3 From 17ef033f003e6b403e2b229eef871e46defb4bbb Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Wed, 24 Jun 2020 10:19:02 -0400 Subject: Tweaks to readme. --- app/boards/shields/clueboard_california/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/boards/shields/clueboard_california/readme.md') diff --git a/app/boards/shields/clueboard_california/readme.md b/app/boards/shields/clueboard_california/readme.md index 17855e1..0255eff 100644 --- a/app/boards/shields/clueboard_california/readme.md +++ b/app/boards/shields/clueboard_california/readme.md @@ -1,14 +1,14 @@ -# Clueboard California Macropad +# [Clueboard California Macropad](https://clueboard.co/parts/clueboard-california-macropad-kit) -A small 10-key macropad in the shape of the US state of California, +A small 10-key macropad in the shape of the US state of California. ## Features -* Per key LED. -* Proton-C compatible, including space for the piezo speaker. -* Direct GPIO wiring, no GPIO matrix at all. +- Per key LED. +- Proton-C only, including space for the piezo speaker. +- Direct GPIO wiring, no GPIO matrix at all. -Will need to set them to be PULL HIGH, and ACTIVE LOW +## Hardware Notes | Switch | Switch Pin | LED Pin | | ------------ | ---------- | ------- | -- cgit v1.2.3