blob: 44db060bb7698e656e0237b11f447a28cb943e66 (
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
|
# [Sendy YK](https://mr.sendyyk.com)'s Keymap
`LAYOUT_numpad_5x4`
### [0]
```
┌───┬───┬───┬───┐
│N L│/ │* │- │
├───┼───┼───┼───┤
│7 │8 │9 │ │
├───┼───┼───┤+ │
│4 │5 │6 │ │
├───┼───┼───┼───┤
│1 │2 │3 │ │
├───┴───┼───┤Ent│
│0 │. │ │
└───────┴───┴───┘
```
## Build The Firmware
You will need to build the firmware. To do so go to your terminal window and run the compile command:
qmk compile -kb ai03/soyuz -km mrsendyyk
|