qmk_firmware/keyboards/boardsource/lulu
Felix Springer 51620c1042
Fix boardsource/lulu RGB matrix (#18407)
* Fix ordering of entries for RGB matrix.

* Fix typos in RGB matrix definition.

These matrix indices overlapped.

* Improve positions in RGB matrix.

The rotary encoder and the key below that are in a new column.
The rotary encoder's height is inbetween rows.
The key below is kind of off-axis and thus hard to pin down to a
specific location.

The modifer keys in the bottom row are staggered compared to the other
columns.
2022-09-19 19:42:38 +01:00
..
avr Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00
keymaps
rp2040 Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00
config.h Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00
info.json Fix boardsource/lulu RGB matrix (#18407) 2022-09-19 19:42:38 +01:00
lulu.c
readme.md Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00

readme.md

Lulu

boardsource Lulu

The lulu is what the ergo community has needed for a long time, a high-end aesthetic split ergo 60%. With this project we not only tried to create a beautiful product but we also wanted to unify the some what split 60% community. With hotswap, per key rgb & underglow, swappable encoder and adjustable tenting with out giving up anything.

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

make boardsource/lulu/rp2040:default
make boardsource/lulu/avr:default

Flashing example for this keyboard:

make boardsource/lulu/rp2040:default:flash
make boardsource/lulu/avr:default:flash

Compile rp2040 firmware if you purchased PCB in lulu group buy (integrated microcontroller). Compile avr firmware if your PCB uses a drop-in microcontroller like Pro Micro.

Enter bootloader by holding down the upper outer key while you plug in the usb cable, or by pushing the reset switch on the pcb.

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