mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-04 17:17:21 +00:00
Create README.md
This commit is contained in:
parent
d2d933d557
commit
d5943a85f4
1 changed files with 49 additions and 0 deletions
49
README.md
Normal file
49
README.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
My personal [Dactyl-ManuForm](https://github.com/abstracthat/dactyl-manuform). This repository contains all the resources used to build this keyboard.
|
||||
|
||||
|
||||

|
||||
|
||||
## Layout
|
||||
|
||||
<details>
|
||||
<summary>Layer 0 [qwerty]</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Layer 1 [navigation]</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Layer 3 [mouse]</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
## Firmware
|
||||
|
||||
I used the [Docker](https://docs.qmk.fm/#/getting_started_docker) version of [QMK Toolbox](https://github.com/qmk/qmk_toolbox).
|
||||
You have to flash each of the halves of the keyboard.
|
||||
|
||||
```
|
||||
mkdir ~/qmk_firmware/keyboards/handwired/dactyl_manuform/5x6/keymaps/oddkb/
|
||||
cp ./keymap/* ~/qmk_firmware/keyboards/handwired/dactyl_manuform/5x6/keymaps/oddkb/
|
||||
|
||||
cd ~/qmk_firmware/
|
||||
|
||||
sudo ./util/docker_build.sh handwired/dactyl_manuform/5x6:oddkb:avrdude
|
||||
```
|
||||
## Build
|
||||
- [Guide for building](https://medium.com/swlh/complete-idiot-guide-for-building-a-dactyl-manuform-keyboard-53454845b065)
|
||||
- [Another guide for building](https://nickgreen.info/dactyl-manuform-build-log/)
|
||||
- [Wiring scheme](https://github.com/abstracthat/dactyl-manuform#alternative-row-driven-wiring-diagram-for-promicro)
|
||||
|
||||
## Links
|
||||
- [Mech Guide [RU]](https://rumech.guide/)
|
||||
- [Keyboards and design: Tonsky [RU]](https://tonsky.livejournal.com/321097.html)
|
||||
Loading…
Add table
Add a link
Reference in a new issue