mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Add the missing dirs, dumbarse
This commit is contained in:
14
simulators/src/animatrix/map_gu604.rs
Normal file
14
simulators/src/animatrix/map_gu604.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
use super::Row;
|
||||
|
||||
pub const GU604: [Row; 10] = [
|
||||
Row(0x01, 7, 34),
|
||||
Row(0x01, 7 + 34, 34),
|
||||
Row(0x01, 7 + 34 * 2, 34),
|
||||
Row(0x01, 7 + 34 * 3, 34),
|
||||
Row(0x01, 7 + 34 * 4, 34),
|
||||
Row(0x01, 7 + 34 * 5, 34),
|
||||
Row(0x01, 7 + 34 * 6, 34),
|
||||
Row(0x01, 7 + 34 * 7, 34),
|
||||
Row(0x01, 7 + 34 * 8, 34),
|
||||
Row(0x01, 7 + 34 * 9, 34),
|
||||
];
|
||||
Reference in New Issue
Block a user