Skip to content

Commit

Permalink
Add Raspberry Pi Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
veikman authored and Viktor Eikman committed Nov 1, 2023
1 parent d27993f commit 6062d37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ version 0.2.0, thus covering only a fraction of the project’s history.

### Added
- The port type `custom-cylindroid`. This enables round ports.
- The MCU type `rpi-pico`.
- Bundled designs:
- Added a `kailh.yaml` file for PG1511-style switches on a
Concertina.
Expand Down
9 changes: 8 additions & 1 deletion src/dactyl_keyboard/cots.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@
:proton-c {:length 52.9 ; About 34.6 mm snapped off.
:port-type :usb-c
:port-overshoot 0.75
:description "Proton C"}})
:description "Proton C"}
;; Raspberry Pi Foundation products:
:rpi-pico {:width 21
:length 51
:port-type :usb-micro-2b
:port-overshoot 1.3
:description "Raspberry Pi Pico"}})


(def switch-facts
"Form factors of switches for the purpose of cutting holes into key mounting
Expand Down

0 comments on commit 6062d37

Please sign in to comment.