mappings: add more chip IDs
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user