mappings: add more chip IDs

This commit is contained in:
Torrie Fischer
2024-12-13 00:52:37 +01:00
parent 272bc49eaa
commit 9a749c40a1
2 changed files with 30 additions and 0 deletions

View File

@ -101,6 +101,12 @@ impl<const STRIDE_NUM: usize> StrideMapping<STRIDE_NUM> {
])
}
pub fn new_fairylights() -> Self {
Self::from_json(&[
(0, 0, 50, false)
])
}
pub fn new_jar() -> Self {
Self::from_json(&[
(0, 0, 17, false),