# Catch 22 Budget Hotswap Macropad GB by /u/rockydbull run in July 2018, PCB designed with help from /u/Kilgarah. Designed to be a budget project board to enjoy hotswapping/switch testing/macro making fun. The board is controlled by a pro micro clone made famous by other projects like the lets split, iris, and nyquist and allows for full QMK implementation. Each Catch22 kit will contain: * 2 pcbs (one to solder to and one to be a base)(green color) * 1 pcb material switch plate( green color) with cut out for pcb mount cherry stabilizers * 40 throughhole diodes (22 for the pcb and the remaining as extras in case you lose one and to use to make the pro micro removeable without desoldering) * 22 Kailh hotswap sockets * 1 smd reset button * 1 dip socket to mount between the pcb and pro micro if you choose to make it removeable without desoldering * 5 (12mm) m2 standoffs * 10 m2 screws * Genuine Cherry pcb mount 2u stabilizer * 4 rubber bumpons * Pro Micro is included in kit ected'>master [no description]
aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mt40/i2c.c
blob: c27f3e3d17e1c2393d8a56269b05f7a025245240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104