Add boardsource/lulu RP2040 support (#18200)

by waffle87
This commit is contained in:
jack
2022-08-30 01:20:05 -06:00
committed by GitHub
parent f3d52d8fe8
commit 035e7fdb8b
11 changed files with 81 additions and 21 deletions

View File

@@ -12,13 +12,20 @@ The lulu is what the ergo community has needed for a long time, a high-end aesth
Make example for this keyboard (after setting up your build environment):
make boardsource/lulu:default
make boardsource/lulu/rp2040:default
make boardsource/lulu/avr:default
Flashing example for this keyboard:
make boardsource/lulu:default:flash
make boardsource/lulu/rp2040:default:flash
make boardsource/lulu/avr:default:flash
Reset keyboard by holding down top left key while you plug in the usb cable. Or by pushing the reset switch on the pcb.
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](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).