minor updates/comments

This commit is contained in:
Pierre Constantineau 2021-10-22 14:42:44 -06:00 committed by Kyle Brown
parent 14c1cacf02
commit 2da3b1f5f4
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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