summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/lulu/readme.md
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-08-30 01:20:05 -0600
committerGitHub <noreply@github.com>2022-08-30 08:20:05 +0100
commit035e7fdb8ba2e4533c809b2dfe0f15ea7116c508 (patch)
tree58f925fbd255c8f385202a7c9b512a49d4407a83 /keyboards/boardsource/lulu/readme.md
parentf3d52d8fe81da5044db4bb675ae788393d7c06a5 (diff)
Add boardsource/lulu RP2040 support (#18200)
by waffle87
Diffstat (limited to 'keyboards/boardsource/lulu/readme.md')
-rw-r--r--keyboards/boardsource/lulu/readme.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/keyboards/boardsource/lulu/readme.md b/keyboards/boardsource/lulu/readme.md
index e7c530161b..a1c184eaac 100644
--- a/keyboards/boardsource/lulu/readme.md
+++ b/keyboards/boardsource/lulu/readme.md
@@ -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).