Skip to content

Commit

Permalink
Fix the positional keys and indices
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodeus812 committed Jul 6, 2024
1 parent be8a99a commit 2d26381
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
#define KEYS_NONE

#define KEYS_LEFT 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 \
66 67 68 69 70
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 KEYS_RIGHT 7 8 9 10 11 12 13 \
21 22 23 24 25 26 27 \
39 40 41 42 43 44 45 \
60 61 62 63 64 65 \
77 78 79 80 81
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_LEFT 35 36 52 65 66 67

#define THUMBS_RIGHT 37 38 53 68 69 70

#define THUMBS_LEFT 35 36 54 71 72 73
#define THUMBS_RIGHT 37 38 57 74 75 76
#define THUMBS THUMBS_LEFT THUMBS_RIGHT

#define HMT(ID, NAME, TERM, KEYS) \
Expand Down
Binary file removed firmware/202406261052-8b5b399-left.uf2
Binary file not shown.
Binary file removed firmware/202406290501-bbf847e-left.uf2
Binary file not shown.
Binary file removed firmware/202406290501-bbf847e-right.uf2
Binary file not shown.
Binary file removed firmware/202407061241-a6bf4ad-right.uf2
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 comments on commit 2d26381

Please sign in to comment.