formating
This commit is contained in:
parent
6c9904ccdb
commit
adc8b5dfc7
@ -29,14 +29,54 @@ class KMKKeyboard(_KMKKeyboard):
|
|||||||
rgb_pixel_pin = pins[1]
|
rgb_pixel_pin = pins[1]
|
||||||
rgb_num_pixels = 7
|
rgb_num_pixels = 7
|
||||||
i2c = board.I2C
|
i2c = board.I2C
|
||||||
## large keys
|
# large keys
|
||||||
coord_mapping = [
|
coord_mapping = [
|
||||||
0 ,1 ,2 ,3 ,4 ,5 ,6 ,28,29,30,31,33,
|
0,
|
||||||
7 ,8 ,9 ,10,11,12,13,35,36,37,38,39,
|
1,
|
||||||
14,15,16,17,18,19,20,42,43,44,46,
|
2,
|
||||||
21,22,23,25,26,50,51,52,53
|
3,
|
||||||
]
|
4,
|
||||||
#all keys
|
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 = [
|
# coord_mapping = [
|
||||||
# 0 ,1 ,2 ,3 ,4 ,5 ,6 ,28,29,30,31,32,33,
|
# 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,
|
# 7 ,8 ,9 ,10,11,12,13,35,36,37,38,39,
|
||||||
|
Loading…
Reference in New Issue
Block a user