replace left space with control
Firmware installation instructions
Correct layer names for layer 0
This is my layout for the Planck v7 keyboard. I use Dvorak, so much of the punctuation has been moved around to make it more logical.
The Planck rev7 works fine with rev6_drop firmware (rev7 improves support for encoders); and rev7 does not currently work with the online QMK configurator.
planck_rev6_drop_layout_ortho_4x12_mine.json
as a keymap.json file.,-----------------------------------------------------------------------------------------------.
| Tab | ' | , | . | P | Y | F | G | C | R | L | BS |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Ctrl | A | O | E | U | I | D | H | T | N | S | Enter |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Shift | ; | Q | J | K | X | B | M | W | V | Z | - |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Esc | Ctrl | Alt | OS | L(1) | Ctrl | Space | L(2) | Left | Up | Down | Right |
`-----------------------------------------------------------------------------------------------'
Graphical display from http://www.keyboard-layout-editor.com/#/
[{a:7},"Tab","'",",",".","P","Y","F","G","C","R","L","BS"],
["Ctrl","A","O","E","U","I","D","H","T","N","S","Enter"],
["Shift",";","Q","J","K","X","B","M","W","V","Z","-"],
["Esc","Ctrl","Alt","OS","L(1)","Ctrl","Space","L(2)","←","↑","↓","→"]
,-----------------------------------------------------------------------------------------------.
| ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | BS |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Del | F1 | F2 | F3 | F4 | F5 | F6 | ? | + | { | } | | |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Shift | F7 | F8 | F9 | F10 | F11 | F12 | | | [ | ] | - |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Esc | Ctrl | Alt | OS | L(1) | Space | Space | L(3) | | Vol- | Vol+ | Mute |
`-----------------------------------------------------------------------------------------------'
Graphical display from http://www.keyboard-layout-editor.com/#/
[{a:7},"~","!","@","#","$","%","^","&","*","(",")","BS"],
["Delete","F1","F2","F3","F4","F5","F6","?","+","{","}","|"],
["Shift","F7","F8","F9","F10","F11","F12","","","[","]","-"],
["Esc","Ctrl","Alt","OS","L(1)","Space","Space","L(3)","","Vol-","Vol+","Mute"]
,-----------------------------------------------------------------------------------------------.
| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | BS |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Del | F1 | F2 | F3 | F4 | F5 | F6 | / | = | [ | ] | | |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Shift | F7 | F8 | F9 | F10 | F11 | F12 | | | PgUp | PgDn | - |
|-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------|
| Esc | Ctrl | Alt | OS | L(3) | Space | Space | L(2) | | | | |
`-----------------------------------------------------------------------------------------------'
Graphical display from http://www.keyboard-layout-editor.com/#/
[{a:7},"`","1","2","3","4","5","6","7","8","9","0","BS"],
["Delete","F1","F2","F3","F4","F5","F6","/","=","[","]","|"],
["Shift","F7","F8","F9","F10","F11","F12","","","PgUp","PgDn","-"],
["Esc","Ctrl","Alt","OS","L(3)","Space","Space","L(2)","","","",""]
Nothing generally useful in this layer, just some RGB and keyboard speaker controls.
,--------------------------------------------------------------------------------------------------------------.
| ` | Reset | Debug | RGB Tog | RGB Mod | Hue+ | Hue- | Sat+ | Sat- | Bright+ | Bright- | Del |
|-------+---------+---------+---------+---------+---------+---------+--------+-------+---------+---------+-----|
| Del | F1 | MU_NEXT | AUD_ON | AU_OFF | AG_NORM | AG_SWAP | ? | + | { | } | | |
|-------+---------+---------+---------+---------+---------+---------+--------+-------+---------+---------+-----|
| Shift | AU_PREV | AU_NEXT | MU_ON | MU_OFF | MI_ON | MI_OFF | | | [ | ] | - |
|-------+---------+---------+---------+---------+---------+---------+--------+-------+---------+---------+-----|
| Esc | Ctrl | Alt | OS | | Space | Space | | | | | |
`--------------------------------------------------------------------------------------------------------------'
[{a:7},"`","Reset","Debug","RGB Tog","RGB Mod","Hue +","Hue -","Sat +","Sat -","Bright +","Bright -","Delete"],
["Delete","F1","Music Next","Audio On","Audio Off","AG Norm","AG Swap","?","+","{","}","|"],
["Shift","Audio Prev","Audio Next","Music On","Music Off","MIDI On","MIDI Off","","","[","]","-"],
["Esc","Ctrl","Alt","OS","","Space","Space","","","","",""]