blob: 2600d22715741cbd66e6311471ea82f1e0ecf560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# ISO layout with a split spacebar
I needed to have an ISO layout
and I wanted to have a split spacebar
I couldn't find anything ready
so i cobbled this together
## Layer 0 - BL
standard ISO layout with the addition of the split spacebar
menu key (KC_APP) is used to move to the next layer
the key in between the two spacebars is the function key
```
,-----------------------------------------------------------.
| ' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |Backsp |
|-----------------------------------------------------------|
| Tab | q | w | e | r | t | y | u | i | o | p | [ | ] |enter|
|------------------------------------------------------ |
| Caps | a | s | d | f | g | h | j | k | l | ; | ' | # | |
|-----------------------------------------------------------|
|Shft| < | z | x | c | v | b | n | m | , | . | / | Shift |
|-----------------------------------------------------------|
|Ctrl|Gui |Alt | Space | FN | Space |Alt |Gui | NL |Ctrl |
`-----------------------------------------------------------'
```
## Layer 1 - FL
quite standard function layer
arrow keys and mouse movement/buttons on the home row
```
,-----------------------------------------------------------.
|ESC|F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12| DEL |
|-----------------------------------------------------------|
| | | | | | | | | | |prt| | | |
|------------------------------------------------------ |
| |m l|m d|m u|m r| | | l | d | u | r | | | |
|-----------------------------------------------------------|
| | | | | |mb1|mb2| |hm |pgd|pgu|end| |
|-----------------------------------------------------------|
| | | | | | | | | | |
`-----------------------------------------------------------'
```
## Layer 2 - NL
numbers numbers numbers...
first key (top left) to return to BL
menu key (KC_APP) is used to move to the next layer
```
,-----------------------------------------------------------.
|BL | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | | | |
|-----------------------------------------------------------|
| | 4 | 5 | 6 | * | / | | 4 | 5 | 6 | * | / | ] | |
|------------------------------------------------------ |
| | 7 | 8 | 9 | + | - | | 1 | 2 | 3 | + | - | | |
|-----------------------------------------------------------|
| | | 0 | , | . | = | | | 0 | , | . | = | |
|-----------------------------------------------------------|
| | | | | | | | | RL | |
`-----------------------------------------------------------'
```
## Layer 3 - BL
all the fancy lights
and useful reset button (top right)
```
,-----------------------------------------------------------.
|BL | | | | | | | | | | | | |Reset |
|-----------------------------------------------------------|
| |tog|mod|hui|hud| | |sai|sad|vai|vad| | | |
|------------------------------------------------------ |
| |sta|bre|rai|swi| | |sna|kni|gra|xms| | | |
|-----------------------------------------------------------|
| | |bd |bt |bi |bs | | | | | | | |
|-----------------------------------------------------------|
| | | | | | | | | BL | |
`-----------------------------------------------------------'
```
|