minor updates/comments
This commit is contained in:
parent
14c1cacf02
commit
2da3b1f5f4
@ -4,11 +4,10 @@
|
||||
|
||||
44 Keys Low Profile Keyboard inspired from Keyboardio's Atreus with a socket for a NiceNano, BlueMicro840 or Pro Micro RP2040 and a place to solder in a Battery.
|
||||
|
||||
kb.py is designed to work with the BlueMicro840
|
||||
kb_BlueMicro840.py is designed to work with the BlueMicro840
|
||||
|
||||
Retailers (USA)
|
||||
|
||||
|
||||
Extensions enabled by default
|
||||
- [Layers](https://github.com/KMKfw/kmk_firmware/tree/master/docs/layers.md) Need more keys than switches? Use layers.
|
||||
- [MediaKeys](https://github.com/KMKfw/kmk_firmware/tree/master/docs/media_keys.md) Control volume and other media functions
|
@ -1,7 +1,8 @@
|
||||
# VColMX44 designed by jpconstantineau
|
||||
# https://github.com/jpconstantineau/VColChoc44
|
||||
# Board uses a Raspberry Pi Pico
|
||||
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
|
||||
# Batreus44 designed by jpconstantineau
|
||||
# https://github.com/jpconstantineau/Batreus44
|
||||
# Board can use different controllers.
|
||||
# Edit last 2 lines if you have a nRF52840 and want BLE
|
||||
|
||||
|
||||
from kb import KMKKeyboard
|
||||
from kmk.keys import KC
|
||||
|
Loading…
Reference in New Issue
Block a user