diff options
| author | Juho T. | 2025-01-02 13:07:38 +0100 |
|---|---|---|
| committer | GitHub | 2025-01-02 13:07:38 +0100 |
| commit | 43800d79341d45e8ca5d5deb00e9825263b7e57b (patch) | |
| tree | 20085aae5ce621d727e7a16f4a44b382de33679c /keyboards/silakka54/readme.md | |
| parent | 69faa4ff1a1cfec4e332131d08b99dacc3c51067 (diff) | |
Add Silakka54 keyboard (#24757)
* Added new keyboard Silakka54
* Update keyboards/silakka54/config.h
Co-authored-by: jack <jack@pngu.org>
* Update keyboards/silakka54/keyboard.json
Co-authored-by: jack <jack@pngu.org>
* Delete keyboards/silakka54/rules.mk
* Update keyboards/silakka54/keyboard.json
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/silakka54/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update readme.md
Fixed small typo, "inpired" to "inspired"
---------
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/silakka54/readme.md')
| -rw-r--r-- | keyboards/silakka54/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/silakka54/readme.md b/keyboards/silakka54/readme.md new file mode 100644 index 0000000000..08a38aa473 --- /dev/null +++ b/keyboards/silakka54/readme.md @@ -0,0 +1,26 @@ +# Silakka54 + + + +Silakka54 is a RP2040 Zero based 54-key column staggered split keyboard. PCB uses hotswap sockets. Design is inspired from REVIUNG41 and Corne keyboards. + +* Keyboard Maintainer: [Squalius-cephalus](https://github.com/Squalius-cephalus) +* Hardware Supported: Silakka54 PCB +* Hardware Availability: https://github.com/Squalius-cephalus/silakka54 + +Make example for this keyboard (after setting up your build environment): + + make silakka54:default + +Flashing example for this keyboard: + + make silakka54: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 2 ways: + +* **Physical boot button**: Hold BOOT button down and connect MCU to the PC +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |