File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,13 @@ an awesome middle ground. I find this keyboard extremely comfortable to use.
9
9
10
10
kb.py is designed to work with the nice!nano
11
11
12
- Hardware Availability: [ PCB & Case Data] ( https://github.com/gtips/reviung )
12
+ Hardware Availability: [ PCB & Case Data] ( https://github.com/gtips/reviung )
13
13
14
- Extensions enabled by default
14
+ Extensions enabled by default
15
15
- [ Layers] ( /docs/en/layers.md ) Need more keys than switches? Use layers.
16
16
- [ RGB] ( /docs/en/rgb.md ) Light it up
17
17
- [ HoldTap] ( /docs/en/holdtap.md ) Allows mod keys to act as different keys when tapped.
18
18
19
- Common Extensions
20
- - [ Power] ( /docs/en/power.md ) Powersaving features for battery life
21
-
22
19
## Microcontroller support
23
20
24
21
Update this line in ` kb.py ` to any supported microcontroller in ` kmk/quickpin/pro_micro ` :
Original file line number Diff line number Diff line change @@ -12,20 +12,15 @@ and it is extremely comfortable to use.
12
12
13
13
Hardware Availability: [ PCB & Case Data] ( https://github.com/gtips/reviung/tree/master/reviung41 )
14
14
15
- Retailers (USA)
16
- [ Boardsource] ( https://boardsource.xyz/store/5f2ef1b52bf5e8714a60f613 )
17
-
18
- Extensions enabled by default
15
+ Extensions enabled by default
19
16
- [ Layers] ( /docs/en/layers.md ) Need more keys than switches? Use layers.
20
17
- [ RGB] ( /docs/en/rgb.md ) Light it up
21
- - [ ModTap] ( /docs/en/modtap.md ) Allows mod keys to act as different keys when tapped.
22
-
23
- Common Extensions
24
- - [ Power] ( /docs/en/power.md ) Powersaving features for battery life
18
+ - [ HoldTap] ( /docs/en/holdtap.md ) Allows mod keys to act as different keys when tapped.
25
19
26
20
## Microcontroller support
27
21
28
22
Update this line in ` kb.py ` to any supported microcontroller in ` kmk/quickpin/pro_micro ` :
29
23
30
24
``` python
31
25
from kmk.quickpin.pro_micro.boardsource_blok import pinout as pins
26
+ ```
You can’t perform that action at this time.
0 commit comments