Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anarion80/zmk-config-porcupine

ZMK config for Porcupine keyboard
https://github.com/anarion80/zmk-config-porcupine

Last synced: about 1 month ago
JSON representation

ZMK config for Porcupine keyboard

Awesome Lists containing this project

README

        

# porcupine

![porcupine](https://github.com/anarion80/porcupine/raw/main/images/porcupine_logo.png)

Porcupine is an autogenerated, ergonomic, split, 36-42 key, wired/wireless, columnar-staggered keyboard

* Keyboard Maintainer: [Anarion](https://github.com/anarion80)
* Hardware Supported: [Hardware project](https://github.com/anarion80/porcupine)
* Hardware Availability: [Hardware project](https://github.com/anarion80/porcupine)

Porcupine has three variants:

* regular 5x3 column-staggered ortholiner layout with 3 thumb keys (36 keys total)
* regular 5x3 column-staggered ortholiner layout with 4 thumb keys (38 keys total)
* regular 6x3 column-staggered ortholiner layout with 4 thumb keys (42 keys total)

Use ZMK github action to build the images.

To build locally, git clone the repository and then reference its `config` folder in the `west build` command:

```bash
west build -d build/porcupine_left -b nice_nano_v2 -- -DSHIELD=porcupine_left -DZMK_CONFIG="/path/to/your/cloned/repository/config"

west build -d build/porcupine_right -b nice_nano_v2 -- -DSHIELD=porcupine_right -DZMK_CONFIG="/path/to/your/cloned/repository/config"
```