diff options
author | leah-splitkb <103112489+leah-splitkb@users.noreply.github.com> | 2023-03-10 21:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 12:47:10 -0800 |
commit | 46bbb81dd2aeee48ed571e78d8315bf94cc3cce8 (patch) | |
tree | bd5880713e9c576de78495fe166da83335a058be /data/mappings | |
parent | e933e0411f442fa411d3d5ec488180fee241e2ef (diff) |
Add RP2040 Community Edition alias for Liatris (#19966)
Diffstat (limited to 'data/mappings')
-rw-r--r-- | data/mappings/defaults.hjson | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/mappings/defaults.hjson b/data/mappings/defaults.hjson index 93da6161d6..090cbe4be9 100644 --- a/data/mappings/defaults.hjson +++ b/data/mappings/defaults.hjson @@ -74,6 +74,11 @@ "processor": "RP2040", "bootloader": "rp2040", "board": "QMK_PM2040" + }, + "liatris": { + "processor": "RP2040", + "bootloader": "rp2040", + "board": "QMK_PM2040" } } } |