[Keymap] initial user directory for milestogo + babblepaste (#7698)

* initial user directory

* fix missing endif in vi mode

* fix includes per drashna and a few typos. I have not tested the userspace keymap, it is just there to help keep the user space and keymap in sync

* move babblepaste docs to md format

* clean up block quotes

* TIL clang-format - miles2go userspace
This commit is contained in:
milestogo
2020-05-08 23:15:26 -07:00
committed by GitHub
parent cd0edbb1fb
commit 803610a284
19 changed files with 2478 additions and 0 deletions
@@ -0,0 +1,10 @@
# keymap taking advantage of the STM32 storage & CPU.
RGB LED is used to show layers
default bluepill LED is capslock.
there's a simple serial protocol for the keyboard to listen for color change commands from the PC.
Useful for "do stuff && cat "green">/dev/ttyACM0"
lower case letters set pre-programmed colors
Upper case letters change RGB mode
Command C takes 3-5 octets of RGB settings. Numbers can be terminated with a comma or period.
3 octets = set all LED, 4th argument specfies specfic LED, 4+5 specify start and stop LEDs.