You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
538 B

  1. # keymap taking advantage of the STM32 storage & CPU.
  2. RGB LED is used to show layers
  3. default bluepill LED is capslock.
  4. there's a simple serial protocol for the keyboard to listen for color change commands from the PC.
  5. Useful for "do stuff && cat "green">/dev/ttyACM0"
  6. lower case letters set pre-programmed colors
  7. Upper case letters change RGB mode
  8. Command C takes 3-5 octets of RGB settings. Numbers can be terminated with a comma or period.
  9. 3 octets = set all LED, 4th argument specfies specfic LED, 4+5 specify start and stop LEDs.