mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 09:23:00 +00:00
feat: profile support
This commit is contained in:
@@ -4,13 +4,10 @@ import { fromBase64, toBase64 } from "$lib/serialization/base64";
|
||||
export interface NewCharaLayout {
|
||||
charaLayoutVersion: 1;
|
||||
device: "one" | "lite" | string;
|
||||
/**
|
||||
* Layers A1-A3, with numeric action codes on each
|
||||
*/
|
||||
layers: [number[], number[], number[]];
|
||||
layers: number[][];
|
||||
}
|
||||
|
||||
export type CharaLayout = [number[], number[], number[]];
|
||||
export type CharaLayout = number[][];
|
||||
|
||||
/**
|
||||
* Serialize a layout into a micro package
|
||||
|
||||
Reference in New Issue
Block a user