Changed orientation vectors for Dell Inspiron 7506 2n1

This commit is contained in:
Eduardo Cueto-Mendoza 2021-10-19 19:13:21 +01:00
parent 80431661d7
commit 43a4c298a6
1 changed files with 2 additions and 2 deletions

View File

@ -234,13 +234,13 @@ fn main() -> Result<(), String> {
let orientations = [
Orientation {
vector: (0.0, -1.0),
vector: (0.0, 0.0),
new_state: "normal",
x_state: "normal",
matrix: ["1", "0", "0", "0", "1", "0", "0", "0", "1"],
},
Orientation {
vector: (0.0, 1.0),
vector: (0.0, -1.0),
new_state: "180",
x_state: "inverted",
matrix: ["-1", "0", "1", "0", "-1", "1", "0", "0", "1"],