blob: 0b3f3075016418a923bcf9566c69e1476149305f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Simple numberpad keymap
This keymap is to test the soldering work of workshop participants. It can also be used as a simple base for a macropad keymap.
```
// ┌────────┬────────┬────────┐
1 , 2 , 3 ,
// ├────────┼────────┼────────┼────────┼
4 , 5 , 6 , 7 ,
// ├────────┼────────┼────────┼────────┼
8 , 9 , 0
// └────────┴────────┴────────┘
```
|