diff options
| author | ReFil <31960031+ReFil@users.noreply.github.com> | 2023-09-07 10:09:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 09:09:48 +0000 |
| commit | 45fca6f6010b50cec3e7f8df4fe4af4bad1e470e (patch) | |
| tree | 96894df56336d1830e5ff57d1af4bbe2f20d63ab /assets | |
| parent | 581cf8380e1b5fc3a64b3efae9a4456502de8b80 (diff) | |
Readme rewrite (#222)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/key-positions.md | 26 | ||||
| -rw-r--r-- | assets/key-positions.png | bin | 0 -> 545687 bytes |
2 files changed, 26 insertions, 0 deletions
diff --git a/assets/key-positions.md b/assets/key-positions.md new file mode 100644 index 0000000..1c2a7ba --- /dev/null +++ b/assets/key-positions.md @@ -0,0 +1,26 @@ +# Advantage 360 Pro key positions +## Image + + +## Code +``` +#define KEYS_L 0 1 2 3 4 5 6 \ + 14 15 16 17 18 19 20 \ + 28 29 30 31 32 33 34 \ + 46 47 48 49 50 51 \ + 60 61 62 63 64 + +#define THUMBS_LEFT 35 36 \ + 52 \ + 65 66 67 \ + +#define KEYS_R 7 8 9 10 11 12 13 \ + 21 22 23 24 25 26 27 \ + 39 40 41 42 43 44 45 \ + 54 55 56 57 58 59 \ + 71 72 73 74 75 + +#define THUMBS_RIGHT 37 38 \ + 53 \ + 68 69 70 \ + ```
\ No newline at end of file diff --git a/assets/key-positions.png b/assets/key-positions.png Binary files differnew file mode 100644 index 0000000..7ca1bd7 --- /dev/null +++ b/assets/key-positions.png |
