qmk_firmware/keyboards/boardsource/lulu
Manna Harbour d8183c5249
[Keymap] Update Miryoku (#18773)
* [miryoku] Revert "[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)"

This reverts commit 89dbc18161.

* [miryoku] Add keyboardio/model01

* [miryoku] Add handwired/dactyl_manuform/4x6

* [miryoku] Update BT keycodes

- Update BT keycodes on Media inner index:
  - Move OUT_AUTO to bottom row
- Move RGB_TOG in vi to pinkie column to match other TOG keycodes, and rotate row

* [miryoku] Add Extra and Tap layers

* [miryoku] Rename config workflow option to custom_config

* [miryoku] Update custom_config.h and custom_rules.mk behaviour

* [miryoku] Make mapping macro customisable globally and per layer

* [miryoku] Add layer lock

* [miryoku] Update RGB order in media-l-invertedt

* [miryoku] Change mouse button order

* [miryoku] Change to X macros for layer list

- Supports adding and removing layers from custom_config.h
- Add "U_" prefix to layer names
- Add layer name strings
- Populate keymaps array from X macro
- Populate layers enum from X macro
- Move layers enum to manna-harbour_miryoku.h
- Rename miryoku_alternatives.h to miryoku_layer_alternatives.h
- Rename miryoku_layer.h to miryoku_layer_selection.h
- Remove miryoku_layer_names.h
- Add miryoku_layer_list.h

* [miryoku] Reformat split_3x6_3 mapping

* [miryoku] Add merge field to workflows

* [miryoku] Update thumb combos with new layer names

* [miryoku] Update cover image

* [miryoku] Add satt/vision

* [miryoku] Update Branches and Building docs

* [miryoku] Update reset keycode

* [miryoku] Add xmk

* [miryoku] Add boardsource/lulu

* [miryoku] Fix keyboardio/model01
2022-10-27 13:50:32 +01:00
..
avr Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00
keymaps [Keymap] Update Miryoku (#18773) 2022-10-27 13:50:32 +01:00
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 [Keyboard] boardsource/lulu data driven (#17638) 2022-07-12 22:20:38 -07:00
readme.md Add boardsource/lulu RP2040 support (#18200) 2022-08-30 08:20:05 +01:00

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.