Ryan 801d2ff940 Remove useless line continuations (#19399) 3 years ago
..
README.md 2ac2695cb5 [Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692) 4 years ago
config.h e12ca14af8 Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) 3 years ago
hid_protocol.c 2ac2695cb5 [Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692) 4 years ago
hid_protocol.h 36c410592d Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) 3 years ago
keymap.c 801d2ff940 Remove useless line continuations (#19399) 3 years ago
rgb_matrix_user.inc 36c410592d Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) 3 years ago
rules.mk 2ac2695cb5 [Keymap] foxx1337 for Massdrop CTRL with raw HID (#8692) 4 years ago

README.md

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