formating

This commit is contained in:
cole 2023-02-19 22:17:22 -08:00
parent 6c9904ccdb
commit adc8b5dfc7

View File

@ -29,14 +29,54 @@ class KMKKeyboard(_KMKKeyboard):
rgb_pixel_pin = pins[1]
rgb_num_pixels = 7
i2c = board.I2C
## large keys
# large keys
coord_mapping = [
0 ,1 ,2 ,3 ,4 ,5 ,6 ,28,29,30,31,33,
7 ,8 ,9 ,10,11,12,13,35,36,37,38,39,
14,15,16,17,18,19,20,42,43,44,46,
21,22,23,25,26,50,51,52,53
]
#all keys
0,
1,
2,
3,
4,
5,
6,
28,
29,
30,
31,
33,
7,
8,
9,
10,
11,
12,
13,
35,
36,
37,
38,
39,
14,
15,
16,
17,
18,
19,
20,
42,
43,
44,
46,
21,
22,
23,
25,
26,
50,
51,
52,
53,
]
# all keys
# coord_mapping = [
# 0 ,1 ,2 ,3 ,4 ,5 ,6 ,28,29,30,31,32,33,
# 7 ,8 ,9 ,10,11,12,13,35,36,37,38,39,