diff options
author | dsanchezseco <d.seco@protonmail.com> | 2020-07-21 23:45:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 22:45:21 +0100 |
commit | 5e812cc4bea41688a7dd7cfc228cc5bc0cf23617 (patch) | |
tree | 18a1ff7c9064e6f12337b8e903554070903f1c60 /keyboards/punk75/info.json | |
parent | 8c8a320e9251b6f306ab473377280bc23e64b9c0 (diff) | |
download | qmk_firmware-5e812cc4bea41688a7dd7cfc228cc5bc0cf23617.tar.gz qmk_firmware-5e812cc4bea41688a7dd7cfc228cc5bc0cf23617.zip |
Add keyboard Punk75 (#9731)
* start of punk75 keyboard
* preliminary code for the punk75 keyboard
* readme
* changes to work with USBasp
* changed cols and added configurable led
* set LED's pin as output
* changed led to new port and added rotary encoders
* added code for rotary encoders
* fixed col pins
* fixed encoder orientation
* added delay for tap_code so encoder works as intended
* added preliminary keymap for mine
* personal keymap for punk75
* personal keymap for punk75
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* fixed image
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/punk75/info.json')
-rw-r--r-- | keyboards/punk75/info.json | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/keyboards/punk75/info.json b/keyboards/punk75/info.json new file mode 100644 index 000000000..61af22431 --- /dev/null +++ b/keyboards/punk75/info.json | |||
@@ -0,0 +1,92 @@ | |||
1 | { | ||
2 | "keyboard_name": "punk75", | ||
3 | "url": "", | ||
4 | "maintainer": "dsanchezseco", | ||
5 | "width": 15, | ||
6 | "height": 5, | ||
7 | "layouts": { | ||
8 | "LAYOUT_ortho_5x15": { | ||
9 | "layout": [ | ||
10 | {"x":0, "y":0}, | ||
11 | {"x":1, "y":0}, | ||
12 | {"x":2, "y":0}, | ||
13 | {"x":3, "y":0}, | ||
14 | {"x":4, "y":0}, | ||
15 | {"x":5, "y":0}, | ||
16 | {"x":6, "y":0}, | ||
17 | {"x":7, "y":0}, | ||
18 | {"x":8, "y":0}, | ||
19 | {"x":9, "y":0}, | ||
20 | {"x":10, "y":0}, | ||
21 | {"x":11, "y":0}, | ||
22 | {"x":12, "y":0}, | ||
23 | {"x":13, "y":0}, | ||
24 | {"x":14, "y":0}, | ||
25 | |||
26 | {"x":0, "y":1}, | ||
27 | {"x":1, "y":1}, | ||
28 | {"x":2, "y":1}, | ||
29 | {"x":3, "y":1}, | ||
30 | {"x":4, "y":1}, | ||
31 | {"x":5, "y":1}, | ||
32 | {"x":6, "y":1}, | ||
33 | {"x":7, "y":1}, | ||
34 | {"x":8, "y":1}, | ||
35 | {"x":9, "y":1}, | ||
36 | {"x":10, "y":1}, | ||
37 | {"x":11, "y":1}, | ||
38 | {"x":12, "y":1}, | ||
39 | {"x":13, "y":1}, | ||
40 | {"x":14, "y":1}, | ||
41 | |||
42 | {"x":0, "y":2}, | ||
43 | {"x":1, "y":2}, | ||
44 | {"x":2, "y":2}, | ||
45 | {"x":3, "y":2}, | ||
46 | {"x":4, "y":2}, | ||
47 | {"x":5, "y":2}, | ||
48 | {"x":6, "y":2}, | ||
49 | {"x":7, "y":2}, | ||
50 | {"x":8, "y":2}, | ||
51 | {"x":9, "y":2}, | ||
52 | {"x":10, "y":2}, | ||
53 | {"x":11, "y":2}, | ||
54 | {"x":12, "y":2}, | ||
55 | {"x":13, "y":2}, | ||
56 | {"x":14, "y":2}, | ||
57 | |||
58 | {"x":0, "y":3}, | ||
59 | {"x":1, "y":3}, | ||
60 | {"x":2, "y":3}, | ||
61 | {"x":3, "y":3}, | ||
62 | {"x":4, "y":3}, | ||
63 | {"x":5, "y":3}, | ||
64 | {"x":6, "y":3}, | ||
65 | {"x":7, "y":3}, | ||
66 | {"x":8, "y":3}, | ||
67 | {"x":9, "y":3}, | ||
68 | {"x":10, "y":3}, | ||
69 | {"x":11, "y":3}, | ||
70 | {"x":12, "y":3}, | ||
71 | {"x":13, "y":3}, | ||
72 | {"x":14, "y":3}, | ||
73 | |||
74 | {"x":0, "y":4}, | ||
75 | {"x":1, "y":4}, | ||
76 | {"x":2, "y":4}, | ||
77 | {"x":3, "y":4}, | ||
78 | {"x":4, "y":4}, | ||
79 | {"x":5, "y":4}, | ||
80 | {"x":6, "y":4}, | ||
81 | {"x":7, "y":4}, | ||
82 | {"x":8, "y":4}, | ||
83 | {"x":9, "y":4}, | ||
84 | {"x":10, "y":4}, | ||
85 | {"x":11, "y":4}, | ||
86 | {"x":12, "y":4}, | ||
87 | {"x":13, "y":4}, | ||
88 | {"x":14, "y":4} | ||
89 | ] | ||
90 | } | ||
91 | } | ||
92 | } | ||