Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anarion80/porcupine_qmk
QMK firmware for Porcupine keyboard
https://github.com/anarion80/porcupine_qmk
Last synced: about 1 month ago
JSON representation
QMK firmware for Porcupine keyboard
- Host: GitHub
- URL: https://github.com/anarion80/porcupine_qmk
- Owner: anarion80
- Created: 2023-02-07T14:36:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T10:33:36.000Z (5 months ago)
- Last Synced: 2024-08-01T11:59:58.088Z (5 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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)The default is always the first one and each variant has a seprate folder and separate keymap.
Make example for this keyboard (after setting up your build environment):
make porcupine:default
or
make porcupine:6x3_4
for a variant with 42 keys
Flashing example for this keyboard:
make porcupine:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the MCU PCB
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available