Browse Source

Keymap update - massdrop/ctrl/responsive_pattern (#8730)

* rewrite keyboards/massdrop/ctrl/keymaps/responsive_pattern/keymap.c in respopnse to the last update (#5328)

* remove print.h

* changed default parameters, modified readme
pull/9831/head
Valen Cheung 3 years ago
committed by GitHub
parent
commit
12946d0565
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 474 additions and 631 deletions
  1. +16
    -4
      keyboards/massdrop/ctrl/keymaps/responsive_pattern/README.md
  2. +458
    -627
      keyboards/massdrop/ctrl/keymaps/responsive_pattern/keymap.c

+ 16
- 4
keyboards/massdrop/ctrl/keymaps/responsive_pattern/README.md View File

@ -1,5 +1,17 @@
# THIS KEYMAP IS BROKEN
The CTRL and ALT have both been switched to using the QMK RGB Matrix system,
rendering any custom effects that used the old, custom Massdrop lighting system,
BROKEN.
Fn + P + Esc, Fn + P + `: reset effect to default
Fn + P + Tab, Fn + P + Y: select previous color pattern
Fn + P + Caps, Fn + P + H: select next color pattern
Fn + P + A, Fn + P + J: (no effect for now)
Fn + P + D, Fn + P + L: (no effect for now)
Fn + P + Q, Fn + P + U: wave travel faster
Fn + P + E, Fn + P + O: wave travel slower
Fn + P + W, Fn + P + I: increase wave width
Fn + P + S, Fn + P + K: decrease wave width

+ 458
- 627
keyboards/massdrop/ctrl/keymaps/responsive_pattern/keymap.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save