Skip to content

Commit 5200815

Browse files
committed
docs: ✏️ Update
1 parent 2342d6f commit 5200815

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# My Piantor Miryoku layout for QMK
1+
# My QMK keyboard layout
2+
3+
Based on Miryoku Layout
24

35
- Don’t connect or disconnect the TRRS cable when the keyboard is powered. Always disconnect the USB cable first.
46
- Flash the firmware on both Raspberry Pi Picos.
@@ -31,28 +33,32 @@ Details here: https://github.com/maatthc/miryoku_qmk_app
3133
- Set up QMK:
3234
`cd ..; qmk setup`
3335

36+
### Install old GCC 8.3.0
37+
Reduces size considerably (~1.5k):
38+
39+
`./install_avr_8.3.0.sh`
40+
export PATH=${HOME}/avr_toolchain/bin:$PATH
3441

3542
### Compile
36-
`qmk compile -kb beekeeb/piantor -km manna_harbour_miryoku`
43+
`qmk compile -kb beekeeb/piantor -km maat`
3744

3845
### Flash
39-
`qmk flash -kb beekeeb/piantor -km manna_harbour_miryoku`
46+
`qmk flash -kb beekeeb/piantor -km maat`
47+
48+
### Generates the clang compile_commands.json
49+
`qmk compile --compiledb -kb crkbd/rev1 -km maat`
4050

4151
### Check debug logs
4252
`qmk console`
4353

4454
### info
4555

46-
`qmk info -kb beekeeb/piantor -km manna_harbour_miryoku`
56+
`qmk info -kb beekeeb/piantor -km maat`
4757

4858
## Configuration
4959

50-
Details: ./users/manna_harbour_miryoku/readme.org
51-
52-
- users/manna_harbour_miryoku/custom_config.h
53-
- users/manna_harbour_miryoku/custom_rules.mk
54-
- keyboards/beekeeb/piantor/keymaps/manna_harbour_miryoku/config.h
55-
- keyboards/beekeeb/piantor/keymaps/manna_harbour_miryoku/keymap.c
60+
- users/maat/
61+
- keyboards/beekeeb/piantor/keymaps/maat/
5662

5763
### Typing Test
5864

0 commit comments

Comments
 (0)