diff options
| author | Jack Sangdahl <jack@pngu.org> | 2025-08-17 10:50:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 17:50:59 +0100 |
| commit | 7110708d0fdaac1f068b4668fd9816308981a701 (patch) | |
| tree | bc424c76649798a444e0c5bcdaf6f617341edcd7 /data | |
| parent | b834819a351f402c2f118a9a3474c197c154a7a5 (diff) | |
Refactor `tweetydabird/lotus58` (#25547)
- Update aliases accordingly
- Remove unnecessary elite_c revision; an alternate bootloader or
development board can easily be set by a user. The PCB is not
dependant on an Elite-C pin compatible microcontroller
- Remove unnecessary nanoboot revision; any user going to the trouble of
using this bootloader will have no trouble manually setting the size
of their bootloader
- Move the promicro revision to be the "standard" for this keyboard
- Remove unnecessary rp2040_ce revision; the converter feature should be
used here instead
Diffstat (limited to 'data')
| -rw-r--r-- | data/mappings/keyboard_aliases.hjson | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index cd5ce6e9ab..3978235e20 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson | |||
| @@ -2265,8 +2265,17 @@ | |||
| 2265 | "trnthsn/s6xty5neor2": { | 2265 | "trnthsn/s6xty5neor2": { |
| 2266 | "target": "trnthsn/s6xty5neor2/stm32f103" | 2266 | "target": "trnthsn/s6xty5neor2/stm32f103" |
| 2267 | }, | 2267 | }, |
| 2268 | "tweetydabird/lotus58": { | 2268 | "tweetydabird/lotus58/elite_c": { |
| 2269 | "target": "tweetydabird/lotus58/promicro" | 2269 | "target": "tweetydabird/lotus58" |
| 2270 | }, | ||
| 2271 | "tweetydabird/lotus58/nanoboot": { | ||
| 2272 | "target": "tweetydabird/lotus58" | ||
| 2273 | }, | ||
| 2274 | "tweetydabird/lotus58/promicro": { | ||
| 2275 | "target": "tweetydabird/lotus58" | ||
| 2276 | }, | ||
| 2277 | "tweetydabird/lotus58/rp2040_ce": { | ||
| 2278 | "target": "tweetydabird/lotus58" | ||
| 2270 | }, | 2279 | }, |
| 2271 | "unison": { | 2280 | "unison": { |
| 2272 | "target": "unison/v04" | 2281 | "target": "unison/v04" |
