summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/lulu
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Fix boardsource/lulu RGB matrix (#18407)Felix Springer2022-09-191-45/+45
| | | | | | | | | | | | | | | | | * 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.
* fix boardsource/lulu (#18217)jack2022-08-301-1/+0
|
* Add boardsource/lulu RP2040 support (#18200)jack2022-08-3011-21/+81
| | | by waffle87
* [Keyboard] boardsource/lulu data driven (#17638)jack2022-07-127-358/+380
|
* [Keyboard] lulu LED index correction (#17108)Albert Y2022-05-161-10/+10
|
* [Keyboard] Lulu keyboard by boardsource (#15951)cole smith2022-02-119-0/+657
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>