qmk_firmware/keyboards/lily58/keymaps/lily58l
Ryan 74223c34a9
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
..
config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727) 2022-10-15 09:55:40 -07:00
keymap.c Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
readme.md
rules.mk

Lily58L

A modified Lily58 pcb, with underglow, per key rgb light and rotary encoder support.

  • SK6812 Mini-E per key led's (58x) for easy soldering
  • 6x SK6812 Mini led's per side for underglow
  • Support for 1 rotary encoder on each side

Left encoder: volume up/down, next/previous track on RAISE layer
Right encoder: cursor down/up, right/left on LOWER layer

Make example for this keyboard (after setting up your build environment):

make lily58/light:lily58l

Flashing example for this keyboard:

make lily58/light:lily58l:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.