forked from KinesisCorporation/Adv360-Pro-ZMK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme rewrite (KinesisCorporation#222)
- Loading branch information
Showing
3 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Advantage 360 Pro key positions | ||
## Image | ||
![The key positions on the Advantage 360](key-positions.png) | ||
|
||
## 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 \ | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.