~ruther/qmk_firmware

ref: 62d19fc2ac42b39a4f32683c7e8c5ad95b566b24 qmk_firmware/keyboards/massdrop/ctrl/keymaps/foxx1337/README.md -rw-r--r-- 820 bytes
62d19fc2 — Nick Brassel Copy `compile_commands.json` to userspace, if in use. (#22925) 1 year, 4 months ago

#Massdrop CTRL default layout with raw HID protocol

This represents my current layout, with filtered out effects, personal defaults, added inactivity timeout (for rgbmatrix) and a HID protocol example.

To test that this is working, there's a user application I'm using to help with development on my GitHub.

Currently all the HID operations defined in the protocol are callable from the user application:

  • hello: gets the string "CTRLHID 1.0.0"
  • lights: toggles the rgbmatrix on/off
  • led n #RRGGBB: colors the specified led. Valid n from 0 to 117 (87-117 are on the edge)
  • leds start #RRGGBB #RRGGBB #RRGGBB ...: colors the range of leds from start
  • mode n: switches to the specific rgbmatrix mode. Use the last one, 11, to test the led operations listed above
Do not follow this link