forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leeloo revision 2 updates (qmk#21671)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
- Loading branch information
Showing
11 changed files
with
283 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Leeloo | ||
# Clickety Split | Leeloo v2 | ||
|
||
![Leeloo](https://cdn.shopify.com/s/files/1/0599/3460/5491/files/Leeloo-rev1.0-w.jpg?v=1646798726) | ||
![Leeloo v2](https://i.imgur.com/swPHS0Bh.jpg) | ||
|
||
Leeloo is a 4x6x5m ortholinear split keyboard kit made and sold by Clickety Split Ltd. | ||
Leeloo v2 is the evolution of Leeloo, which is a 4x6x5m ortholinear split keyboard designed, created, and sold by Clickety Split Ltd. | ||
|
||
* Keyboard Maintainer: [Clickety Split](https://github.com/ClicketySplit) | ||
* Hardware Supported: Leeloo PCB rev1, Pro Micro, Elite-C | ||
* Hardware Availability: [clicketysplit.ca](https://clicketysplit.ca/pages/leeloo) | ||
* Hardware Supported: Leeloo PCB rev1/rev2, Pro Micro, Elite-C | ||
* Hardware Availability: [clicketysplit.ca/pages/leeloo](https://clicketysplit.ca/pages/leeloo) | ||
|
||
# Leeloo | ||
|
||
![Leeloo](https://i.imgur.com/x1ew17Dh.jpg) | ||
|
||
The original design and release of Leeloo. | ||
|
||
# Sample Build Commands for Leeloo v1 and v2 | ||
|
||
Make example, after setting up build environment: | ||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make clickety_split/leeloo/rev1:default | ||
make clickety_split/leeloo/rev2:default | ||
|
||
|
||
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). | ||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"keyboard_name": "Leeloo v1", | ||
"usb": { | ||
"device_version": "0.1.3" | ||
} | ||
} |
Oops, something went wrong.