From cef9340fd028fe2b580528f6cf9d65999b959442 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 16 Jul 2022 09:01:30 -0700 Subject: [PATCH] Update readme files --- README.md | 10 +++++++++- pseudacris/README.md | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0b181..b67716c 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,17 @@ A 34-key single-board keyboard created with [Ergogen](https://ergogen.xyz). Powe This keyboard is my first attempt at using Ergogen, and my first custom keyboard, so it will likely be rough around the edges. I predict there will be future keyboards listed here which refine the ideas implemented in this board. +### Pseudacris + +[Source Files](https://git.sr.ht/~tgrosinger/keyboards/tree/main/item/pseudacris) + +A 34-key single-board keyboard created with [Ergogen](https://ergogen.xyz). Powered by an integrated MCU, derived directly from the [nRFMicro](https://github.com/joric/nrfmicro/). + +This keyboard is almost identical to Chrysemys, but switches to normal Choc switches, adds hotswap, and moves the switches closer together. + ### Future Keyboards -I'd like to eventually work towards putting the MCU directly on the keyboard PCB. It however does not seem wise to do this until I have a functional keyboard under my belt. +Eventually I would like to build a keyboard which has an integrated trackpoint, trackpad, or trackball. It will likely be based on Pseudacris. ## License diff --git a/pseudacris/README.md b/pseudacris/README.md index 232a476..d4e980c 100644 --- a/pseudacris/README.md +++ b/pseudacris/README.md @@ -10,3 +10,9 @@ This keyboard is materially extremely similar to Chrysemys, with the intention t - Use hotswap sockets for the switches. - Move the switches closer together, so there is less of a gap between key caps. - Use an integrated MCU, based on the nRFMicro rather than a nice!nano. + +## Building Firmware + +The firmware for this keyboard can be found on my [ZMK fork](https://github.com/tgrosinger/zmk/tree/tgrosinger-keyboards/app/boards/arm/pseudacris). Instructions for building can be found in the readme in that directory. + +If you would like to build your own key layout for this keyboard, follow the instruction for [Building from `zmk-config` folder](https://zmk.dev/docs/development/build-flash#building-from-zmk-config-folder).