aboutsummaryrefslogtreecommitdiffstats
path: root/users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md
diff options
context:
space:
mode:
authormilestogo <milestogo@users.noreply.github.com>2020-05-08 23:15:26 -0700
committerGitHub <noreply@github.com>2020-05-08 23:15:26 -0700
commit803610a284ac886eaeb319b4a8d25ffbd2861152 (patch)
tree46c074727b4015bdd345d762e78f89144498ce24 /users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md
parentcd0edbb1fba91df97be233e30c145f352eda31c0 (diff)
downloadfirmware-803610a284ac886eaeb319b4a8d25ffbd2861152.tar.gz
firmware-803610a284ac886eaeb319b4a8d25ffbd2861152.tar.bz2
firmware-803610a284ac886eaeb319b4a8d25ffbd2861152.zip
[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
Diffstat (limited to 'users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md')
-rw-r--r--users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md b/users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md
new file mode 100644
index 000000000..a720d81c1
--- /dev/null
+++ b/users/miles2go/keymaps/handwired/ms_sculpt_mobile/readme.md
@@ -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.