2022-08-14 03:08:46 +02:00
|
|
|
{
|
2022-08-22 00:08:50 +02:00
|
|
|
"keyboard_name": "BAJJAK",
|
|
|
|
"manufacturer": "garykong",
|
2022-08-14 03:08:46 +02:00
|
|
|
"maintainer": "garykong",
|
Debounce defines cleanup (#19742)
* Clean up `DEBOUNCE` in config.h, 0-9
* Clean up `DEBOUNCE` in config.h, A
* Clean up `DEBOUNCE` in config.h, B
* Clean up `DEBOUNCE` in config.h, C
* Clean up `DEBOUNCE` in config.h, D
* Clean up `DEBOUNCE` in config.h, E
* Clean up `DEBOUNCE` in config.h, F
* Clean up `DEBOUNCE` in config.h, G
* Clean up `DEBOUNCE` in config.h, H
* Clean up `DEBOUNCE` in config.h, handwired
* Clean up `DEBOUNCE` in config.h, I
* Clean up `DEBOUNCE` in config.h, J
* Clean up `DEBOUNCE` in config.h, K
* Clean up `DEBOUNCE` in config.h, L
* Clean up `DEBOUNCE` in config.h, M
* Clean up `DEBOUNCE` in config.h, N
* Clean up `DEBOUNCE` in config.h, O
* Clean up `DEBOUNCE` in config.h, P
* Clean up `DEBOUNCE` in config.h, Q
* Clean up `DEBOUNCE` in config.h, R
* Clean up `DEBOUNCE` in config.h, S
* Clean up `DEBOUNCE` in config.h, T
* Clean up `DEBOUNCE` in config.h, U
* Clean up `DEBOUNCE` in config.h, V
* Clean up `DEBOUNCE` in config.h, W
* Clean up `DEBOUNCE` in config.h, X
* Clean up `DEBOUNCE` in config.h, Y
* Clean up `DEBOUNCE` in config.h, Z
* Remove default debounce from info.json
* Migrate non-default debounce to info.json
2023-02-03 20:19:58 +01:00
|
|
|
"debounce": 30,
|
2022-08-22 00:08:50 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x1209",
|
|
|
|
"pid": "0x0002",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "halfkay",
|
2022-08-14 03:08:46 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_6x7": {
|
|
|
|
"layout": [
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 0], "x": 1.5, "y": 0.375},
|
|
|
|
{"matrix": [2, 0], "x": 2.5, "y": 0.125},
|
|
|
|
{"matrix": [3, 0], "x": 3.5, "y": 0},
|
|
|
|
{"matrix": [4, 0], "x": 4.5, "y": 0.125},
|
|
|
|
{"matrix": [5, 0], "x": 5.5, "y": 0.25},
|
|
|
|
{"matrix": [6, 0], "x": 6.5, "y": 0.25},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [7, 0], "x": 9.5, "y": 0.25},
|
|
|
|
{"matrix": [8, 0], "x": 10.5, "y": 0.25},
|
|
|
|
{"matrix": [9, 0], "x": 11.5, "y": 0.125},
|
|
|
|
{"matrix": [10, 0], "x": 12.5, "y": 0},
|
|
|
|
{"matrix": [11, 0], "x": 13.5, "y": 0.125},
|
|
|
|
{"matrix": [12, 0], "x": 14.5, "y": 0.375},
|
|
|
|
{"matrix": [13, 0], "x": 15.5, "y": 0.375, "w": 1.5},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [0, 1], "x": 0, "y": 1.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1.375},
|
|
|
|
{"matrix": [2, 1], "x": 2.5, "y": 1.125},
|
|
|
|
{"matrix": [3, 1], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [4, 1], "x": 4.5, "y": 1.125},
|
|
|
|
{"matrix": [5, 1], "x": 5.5, "y": 1.25},
|
|
|
|
{"matrix": [6, 1], "x": 6.5, "y": 1.25},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [7, 1], "x": 9.5, "y": 1.25},
|
|
|
|
{"matrix": [8, 1], "x": 10.5, "y": 1.25},
|
|
|
|
{"matrix": [9, 1], "x": 11.5, "y": 1.125},
|
|
|
|
{"matrix": [10, 1], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [11, 1], "x": 13.5, "y": 1.125},
|
|
|
|
{"matrix": [12, 1], "x": 14.5, "y": 1.375},
|
|
|
|
{"matrix": [13, 1], "x": 15.5, "y": 1.375, "w": 1.5},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [0, 2], "x": 0, "y": 2.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 2.375},
|
|
|
|
{"matrix": [2, 2], "x": 2.5, "y": 2.125},
|
|
|
|
{"matrix": [3, 2], "x": 3.5, "y": 2},
|
|
|
|
{"matrix": [4, 2], "x": 4.5, "y": 2.125},
|
|
|
|
{"matrix": [5, 2], "x": 5.5, "y": 2.25},
|
|
|
|
{"matrix": [6, 2], "x": 6.5, "y": 2.25},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [7, 2], "x": 9.5, "y": 2.25},
|
|
|
|
{"matrix": [8, 2], "x": 10.5, "y": 2.25},
|
|
|
|
{"matrix": [9, 2], "x": 11.5, "y": 2.125},
|
|
|
|
{"matrix": [10, 2], "x": 12.5, "y": 2},
|
|
|
|
{"matrix": [11, 2], "x": 13.5, "y": 2.125},
|
|
|
|
{"matrix": [12, 2], "x": 14.5, "y": 2.375},
|
|
|
|
{"matrix": [13, 2], "x": 15.5, "y": 2.375, "w": 1.5},
|
2022-08-14 03:08:46 +02:00
|
|
|
|
2023-04-24 18:38:35 +02:00
|
|
|
{"matrix": [0, 3], "x": 0, "y": 3.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 3], "x": 1.5, "y": 3.375},
|
|
|
|
{"matrix": [2, 3], "x": 2.5, "y": 3.125},
|
|
|
|
{"matrix": [3, 3], "x": 3.5, "y": 3},
|
|
|
|
{"matrix": [4, 3], "x": 4.5, "y": 3.125},
|
|
|
|
{"matrix": [5, 3], "x": 5.5, "y": 3.25},
|
|
|
|
{"matrix": [6, 3], "x": 6.5, "y": 3.25},
|
|
|
|
|
|
|
|
{"matrix": [7, 3], "x": 9.5, "y": 3.25},
|
|
|
|
{"matrix": [8, 3], "x": 10.5, "y": 3.25},
|
|
|
|
{"matrix": [9, 3], "x": 11.5, "y": 3.125},
|
|
|
|
{"matrix": [10, 3], "x": 12.5, "y": 3},
|
|
|
|
{"matrix": [11, 3], "x": 13.5, "y": 3.125},
|
|
|
|
{"matrix": [12, 3], "x": 14.5, "y": 3.375},
|
|
|
|
{"matrix": [13, 3], "x": 15.5, "y": 3.375, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [0, 4], "x": 0, "y": 4.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 4], "x": 1.5, "y": 4.375},
|
|
|
|
{"matrix": [2, 4], "x": 2.5, "y": 4.125},
|
|
|
|
{"matrix": [3, 4], "x": 3.5, "y": 4},
|
|
|
|
{"matrix": [4, 4], "x": 4.5, "y": 4.125},
|
|
|
|
{"matrix": [5, 4], "x": 5.5, "y": 4.25},
|
|
|
|
|
|
|
|
{"matrix": [8, 4], "x": 10.5, "y": 4.25},
|
|
|
|
{"matrix": [9, 4], "x": 11.5, "y": 4.125},
|
|
|
|
{"matrix": [10, 4], "x": 12.5, "y": 4},
|
|
|
|
{"matrix": [11, 4], "x": 13.5, "y": 4.125},
|
|
|
|
{"matrix": [12, 4], "x": 14.5, "y": 4.375},
|
|
|
|
{"matrix": [13, 4], "x": 15.5, "y": 4.375, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [0, 5], "x": 0, "y": 5.375, "w": 1.5},
|
|
|
|
{"matrix": [1, 5], "x": 1.5, "y": 5.375},
|
|
|
|
{"matrix": [2, 5], "x": 2.5, "y": 5.125},
|
|
|
|
{"matrix": [3, 5], "x": 3.5, "y": 5},
|
|
|
|
{"matrix": [4, 5], "x": 4.5, "y": 5.125},
|
|
|
|
|
|
|
|
{"matrix": [9, 5], "x": 11.5, "y": 5.125},
|
|
|
|
{"matrix": [10, 5], "x": 12.5, "y": 5},
|
|
|
|
{"matrix": [11, 5], "x": 13.5, "y": 5.125},
|
|
|
|
{"matrix": [12, 5], "x": 14.5, "y": 5.375},
|
|
|
|
{"matrix": [13, 5], "x": 15.5, "y": 5.375, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [5, 6], "x": 6, "y": 6},
|
|
|
|
{"matrix": [6, 6], "x": 7, "y": 6},
|
|
|
|
|
|
|
|
{"matrix": [7, 6], "x": 9, "y": 6},
|
|
|
|
{"matrix": [8, 6], "x": 10, "y": 6},
|
|
|
|
|
|
|
|
{"matrix": [4, 6], "x": 7, "y": 7},
|
|
|
|
|
|
|
|
{"matrix": [9, 6], "x": 9, "y": 7},
|
|
|
|
|
|
|
|
{"matrix": [3, 6], "x": 5, "y": 7, "h": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6, "y": 7, "h": 2},
|
|
|
|
{"matrix": [1, 6], "x": 7, "y": 8},
|
|
|
|
|
|
|
|
{"matrix": [12, 6], "x": 9, "y": 8},
|
|
|
|
{"matrix": [11, 6], "x": 10, "y": 7, "h": 2},
|
|
|
|
{"matrix": [10, 6], "x": 11, "y": 7, "h": 2}
|
2022-08-14 03:08:46 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|