Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anarion80/zmk-config-porcupine
- Owner: anarion80
- Created: 2023-08-18T10:18:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T18:04:52.000Z (over 1 year ago)
- Last Synced: 2023-08-19T19:22:32.308Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```