Changed orientation vectors for Dell Inspiron 7506 2n1
This commit is contained in:
parent
80431661d7
commit
43a4c298a6
|
@ -234,13 +234,13 @@ fn main() -> Result<(), String> {
|
||||||
|
|
||||||
let orientations = [
|
let orientations = [
|
||||||
Orientation {
|
Orientation {
|
||||||
vector: (0.0, -1.0),
|
vector: (0.0, 0.0),
|
||||||
new_state: "normal",
|
new_state: "normal",
|
||||||
x_state: "normal",
|
x_state: "normal",
|
||||||
matrix: ["1", "0", "0", "0", "1", "0", "0", "0", "1"],
|
matrix: ["1", "0", "0", "0", "1", "0", "0", "0", "1"],
|
||||||
},
|
},
|
||||||
Orientation {
|
Orientation {
|
||||||
vector: (0.0, 1.0),
|
vector: (0.0, -1.0),
|
||||||
new_state: "180",
|
new_state: "180",
|
||||||
x_state: "inverted",
|
x_state: "inverted",
|
||||||
matrix: ["-1", "0", "1", "0", "-1", "1", "0", "0", "1"],
|
matrix: ["-1", "0", "1", "0", "-1", "1", "0", "0", "1"],
|
||||||
|
|
Loading…
Reference in New Issue