Merge remote-tracking branch 'origin/master' into develop
commit
590c2342fc
@ -1,38 +0,0 @@
|
||||
/* Copyright 2020 Boardsource
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "beiwagon.h"
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
led_config_t g_led_config = { {
|
||||
{7,8,9},
|
||||
{10,11,12},
|
||||
{13,14,15},
|
||||
{16,17,18}
|
||||
}, {
|
||||
{2, 0}, {1, 0}, {0, 0},
|
||||
{2, 1}, {1, 1}, {0, 1},
|
||||
{2, 2}, {1, 2}, {0, 2},
|
||||
{2, 3}, {1, 3}, {0, 3},
|
||||
}, {
|
||||
2, 2, 2, 2, 2, 2,
|
||||
1, 1, 1,
|
||||
1, 4, 1,
|
||||
1, 4, 1,
|
||||
1, 1, 1
|
||||
|
||||
} };
|
||||
#endif
|
||||
|
||||
@ -1,32 +0,0 @@
|
||||
/* Copyright 2020 Boardsource
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
K00, K01, K02, \
|
||||
K10, K11, K12, \
|
||||
K20, K21, K22, \
|
||||
K30, K31, K32\
|
||||
) { \
|
||||
{K00, K01, K02 }, \
|
||||
{K10, K11, K12 }, \
|
||||
{K20, K21, K22 }, \
|
||||
{K30, K31, K32 } \
|
||||
}
|
||||
|
||||
@ -1,26 +1,64 @@
|
||||
{
|
||||
"keyboard_name": "Beiwagon",
|
||||
"url": "",
|
||||
"maintainer": "Boardsource",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "label": "k00", "x": 0, "y": 0 },
|
||||
{ "label": "k01", "x": 1, "y": 0 },
|
||||
{ "label": "k02", "x": 2, "y": 0 },
|
||||
|
||||
{ "label": "k10", "x": 0, "y": 1 },
|
||||
{ "label": "k11", "x": 1, "y": 1 },
|
||||
{ "label": "k12", "x": 2, "y": 1 },
|
||||
|
||||
{ "label": "k20", "x": 0, "y": 2 },
|
||||
{ "label": "k21", "x": 1, "y": 2 },
|
||||
{ "label": "k22", "x": 2, "y": 2 },
|
||||
|
||||
{ "label": "k30", "x": 0, "y": 3 },
|
||||
{ "label": "k31", "x": 1, "y": 3 },
|
||||
{ "label": "k32", "x": 2, "y": 3 }
|
||||
]
|
||||
}
|
||||
"manufacturer": "Boardsource",
|
||||
"keyboard_name": "Beiwagon",
|
||||
"maintainer": "waffle87",
|
||||
"bootloader": "atmel-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B5", "B6", "B7"],
|
||||
"rows": ["B0", "B1", "B2", "B3"]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"url": "https://boardsource.xyz/store/5ffbfe2ab855550844cab109",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x0066",
|
||||
"vid": "0x4273"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"layout": [
|
||||
{ "flags": 2, "x": 16, "y": 38 },
|
||||
{ "flags": 2, "x": 16, "y": 113 },
|
||||
{ "flags": 2, "x": 16, "y": 188 },
|
||||
{ "flags": 2, "x": 48, "y": 38 },
|
||||
{ "flags": 2, "x": 48, "y": 113 },
|
||||
{ "flags": 2, "x": 48, "y": 188 },
|
||||
{ "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 1], "x": 32, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 2], "x": 64, "y": 0 },
|
||||
{ "flags": 4, "matrix": [1, 0], "x": 0, "y": 75 },
|
||||
{ "flags": 4, "matrix": [1, 1], "x": 32, "y": 75 },
|
||||
{ "flags": 4, "matrix": [1, 2], "x": 64, "y": 75 },
|
||||
{ "flags": 4, "matrix": [2, 0], "x": 0, "y": 150 },
|
||||
{ "flags": 4, "matrix": [2, 1], "x": 32, "y": 150 },
|
||||
{ "flags": 4, "matrix": [2, 2], "x": 64, "y": 150 },
|
||||
{ "flags": 4, "matrix": [3, 0], "x": 0, "y": 224 },
|
||||
{ "flags": 4, "matrix": [3, 1], "x": 32, "y": 224 },
|
||||
{ "flags": 4, "matrix": [3, 2], "x": 64, "y": 224 }
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "matrix": [0, 0], "x": 0, "y": 0 },
|
||||
{ "matrix": [0, 1], "x": 1, "y": 0 },
|
||||
{ "matrix": [0, 2], "x": 2, "y": 0 },
|
||||
{ "matrix": [1, 0], "x": 0, "y": 1 },
|
||||
{ "matrix": [1, 1], "x": 1, "y": 1 },
|
||||
{ "matrix": [1, 2], "x": 2, "y": 1 },
|
||||
{ "matrix": [2, 0], "x": 0, "y": 2 },
|
||||
{ "matrix": [2, 1], "x": 1, "y": 2 },
|
||||
{ "matrix": [2, 2], "x": 2, "y": 2 },
|
||||
{ "matrix": [3, 0], "x": 0, "y": 2 },
|
||||
{ "matrix": [3, 1], "x": 1, "y": 2 },
|
||||
{ "matrix": [3, 2], "x": 2, "y": 2 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
# The default keymap for Beiwagon
|
||||
@ -1 +0,0 @@
|
||||
# The via keymap for Beiwagon
|
||||
@ -1,20 +1 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
@ -1,56 +1,135 @@
|
||||
{
|
||||
"keyboard_name": "Technik-S",
|
||||
"url": "",
|
||||
"maintainer": "Boardsource",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "label": "1", "x": 0, "y": 0 },
|
||||
{ "label": "2", "x": 1, "y": 0 },
|
||||
{ "label": "3", "x": 2, "y": 0 },
|
||||
{ "label": "4", "x": 3, "y": 0 },
|
||||
{ "label": "5", "x": 4, "y": 0 },
|
||||
{ "label": "6", "x": 5, "y": 0 },
|
||||
{ "label": "7", "x": 6, "y": 0 },
|
||||
{ "label": "8", "x": 7, "y": 0 },
|
||||
{ "label": "9", "x": 8, "y": 0 },
|
||||
{ "label": "10", "x": 9, "y": 0 },
|
||||
{ "label": "11", "x": 10, "y": 0 },
|
||||
{ "label": "12", "x": 11, "y": 0 },
|
||||
{ "label": "13", "x": 0, "y": 1, "w": 1.5 },
|
||||
{ "label": "14", "x": 1.5, "y": 1 },
|
||||
{ "label": "15", "x": 2.5, "y": 1 },
|
||||
{ "label": "16", "x": 3.5, "y": 1 },
|
||||
{ "label": "17", "x": 4.5, "y": 1 },
|
||||
{ "label": "18", "x": 5.5, "y": 1 },
|
||||
{ "label": "19", "x": 6.5, "y": 1 },
|
||||
{ "label": "20", "x": 7.5, "y": 1 },
|
||||
{ "label": "21", "x": 8.5, "y": 1 },
|
||||
{ "label": "22", "x": 9.5, "y": 1 },
|
||||
{ "label": "23", "x": 10.5, "y": 1, "w": 1.5 },
|
||||
{ "label": "24", "x": 0, "y": 2 },
|
||||
{ "label": "25", "x": 1, "y": 2 },
|
||||
{ "label": "26", "x": 2, "y": 2 },
|
||||
{ "label": "27", "x": 3, "y": 2 },
|
||||
{ "label": "28", "x": 4, "y": 2 },
|
||||
{ "label": "29", "x": 5, "y": 2 },
|
||||
{ "label": "30", "x": 6, "y": 2 },
|
||||
{ "label": "31", "x": 7, "y": 2 },
|
||||
{ "label": "32", "x": 8, "y": 2 },
|
||||
{ "label": "33", "x": 9, "y": 2 },
|
||||
{ "label": "34", "x": 10, "y": 2 },
|
||||
{ "label": "35", "x": 11, "y": 2 },
|
||||
{ "label": "36", "x": 0, "y": 3 },
|
||||
{ "label": "37", "x": 1, "y": 3 },
|
||||
{ "label": "38", "x": 2, "y": 3 },
|
||||
{ "label": "39", "x": 3, "y": 3, "w": 1.5 },
|
||||
{ "label": "40", "x": 4.5, "y": 3, "w": 1.5 },
|
||||
{ "label": "41", "x": 6, "y": 3, "w": 1.5 },
|
||||
{ "label": "42", "x": 7.5, "y": 3, "w": 1.5 },
|
||||
{ "label": "43", "x": 9, "y": 3 },
|
||||
{ "label": "44", "x": 10, "y": 3 },
|
||||
{ "label": "45", "x": 11, "y": 3 }
|
||||
]
|
||||
}
|
||||
"manufacturer": "Boardsource",
|
||||
"keyboard_name": "Technik-S",
|
||||
"maintainer": "waffle87",
|
||||
"bootloader": "atmel-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B5", "B6", "B7", "F5", "C7", "D0", "D1", "D2", "D3", "D4", "D5", "D6"],
|
||||
"rows": ["B0", "B1", "B2", "B3"]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"url": "https://boardsource.xyz/store/5ffb9b01edd0447f8023fdb2",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x0083",
|
||||
"vid": "0x4273"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"layout": [
|
||||
{ "flags": 2, "x": 220, "y": 17 },
|
||||
{ "flags": 2, "x": 172, "y": 17 },
|
||||
{ "flags": 2, "x": 112, "y": 17 },
|
||||
{ "flags": 2, "x": 50, "y": 17 },
|
||||
{ "flags": 2, "x": 4, "y": 17 },
|
||||
{ "flags": 2, "x": 4, "y": 56 },
|
||||
{ "flags": 2, "x": 50, "y": 56 },
|
||||
{ "flags": 2, "x": 112, "y": 56 },
|
||||
{ "flags": 2, "x": 172, "y": 56 },
|
||||
{ "flags": 2, "x": 220, "y": 56 },
|
||||
{ "flags": 1, "matrix": [0, 0], "x": 0, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 1], "x": 20, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 2], "x": 40, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 3], "x": 61, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 4], "x": 81, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 5], "x": 101, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 6], "x": 122, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 7], "x": 142, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 8], "x": 162, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 9], "x": 183, "y": 0 },
|
||||
{ "flags": 4, "matrix": [0, 10], "x": 203, "y": 0 },
|
||||
{ "flags": 1, "matrix": [0, 11], "x": 224, "y": 0 },
|
||||
{ "flags": 1, "matrix": [1, 0], "x": 10, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 2], "x": 30, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 3], "x": 51, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 4], "x": 71, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 5], "x": 91, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 6], "x": 112, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 7], "x": 132, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 8], "x": 152, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 9], "x": 173, "y": 21 },
|
||||
{ "flags": 4, "matrix": [1, 10], "x": 193, "y": 21 },
|
||||
{ "flags": 1, "matrix": [1, 11], "x": 214, "y": 21 },
|
||||
{ "flags": 1, "matrix": [2, 0], "x": 0, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 1], "x": 20, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 2], "x": 40, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 3], "x": 61, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 4], "x": 81, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 5], "x": 101, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 6], "x": 122, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 7], "x": 142, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 8], "x": 162, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 9], "x": 183, "y": 42 },
|
||||
{ "flags": 4, "matrix": [2, 10], "x": 203, "y": 42 },
|
||||
{ "flags": 1, "matrix": [2, 11], "x": 224, "y": 42 },
|
||||
{ "flags": 1, "matrix": [3, 0], "x": 0, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 1], "x": 20, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 2], "x": 40, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 3], "x": 68, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 5], "x": 97, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 6], "x": 126, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 8], "x": 154, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 9], "x": 183, "y": 64 },
|
||||
{ "flags": 4, "matrix": [3, 10], "x": 203, "y": 64 },
|
||||
{ "flags": 1, "matrix": [3, 11], "x": 224, "y": 64 }
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "matrix": [0, 0], "x": 0, "y": 0 },
|
||||
{ "matrix": [0, 1], "x": 1, "y": 0 },
|
||||
{ "matrix": [0, 2], "x": 2, "y": 0 },
|
||||
{ "matrix": [0, 3], "x": 3, "y": 0 },
|
||||
{ "matrix": [0, 4], "x": 4, "y": 0 },
|
||||
{ "matrix": [0, 5], "x": 5, "y": 0 },
|
||||
{ "matrix": [0, 6], "x": 6, "y": 0 },
|
||||
{ "matrix": [0, 7], "x": 7, "y": 0 },
|
||||
{ "matrix": [0, 8], "x": 8, "y": 0 },
|
||||
{ "matrix": [0, 9], "x": 9, "y": 0 },
|
||||
{ "matrix": [0, 10], "x": 10, "y": 0 },
|
||||
{ "matrix": [0, 11], "x": 11, "y": 0 },
|
||||
{ "matrix": [1, 0], "w": 1.5, "x": 0, "y": 1 },
|
||||
{ "matrix": [1, 2], "x": 1.5, "y": 1 },
|
||||
{ "matrix": [1, 3], "x": 2.5, "y": 1 },
|
||||
{ "matrix": [1, 4], "x": 3.5, "y": 1 },
|
||||
{ "matrix": [1, 5], "x": 4.5, "y": 1 },
|
||||
{ "matrix": [1, 6], "x": 5.5, "y": 1 },
|
||||
{ "matrix": [1, 7], "x": 6.5, "y": 1 },
|
||||
{ "matrix": [1, 8], "x": 7.5, "y": 1 },
|
||||
{ "matrix": [1, 9], "x": 8.5, "y": 1 },
|
||||
{ "matrix": [1, 10], "x": 9.5, "y": 1 },
|
||||
{ "matrix": [1, 11], "w": 1.5, "x": 10.5, "y": 1 },
|
||||
{ "matrix": [2, 0], "x": 0, "y": 2 },
|
||||
{ "matrix": [2, 1], "x": 1, "y": 2 },
|
||||
{ "matrix": [2, 2], "x": 2, "y": 2 },
|
||||
{ "matrix": [2, 3], "x": 3, "y": 2 },
|
||||
{ "matrix": [2, 4], "x": 4, "y": 2 },
|
||||
{ "matrix": [2, 5], "x": 5, "y": 2 },
|
||||
{ "matrix": [2, 6], "x": 6, "y": 2 },
|
||||
{ "matrix": [2, 7], "x": 7, "y": 2 },
|
||||
{ "matrix": [2, 8], "x": 8, "y": 2 },
|
||||
{ "matrix": [2, 9], "x": 9, "y": 2 },
|
||||
{ "matrix": [2, 10], "x": 10, "y": 2 },
|
||||
{ "matrix": [2, 11], "x": 11, "y": 2 },
|
||||
{ "matrix": [3, 0], "x": 0, "y": 3 },
|
||||
{ "matrix": [3, 1], "x": 1, "y": 3 },
|
||||
{ "matrix": [3, 2], "x": 2, "y": 3 },
|
||||
{ "matrix": [3, 3], "w": 1.5, "x": 3, "y": 3 },
|
||||
{ "matrix": [3, 5], "w": 1.5, "x": 4.5, "y": 3 },
|
||||
{ "matrix": [3, 6], "w": 1.5, "x": 6, "y": 3 },
|
||||
{ "matrix": [3, 8], "w": 1.5, "x": 7.5, "y": 3 },
|
||||
{ "matrix": [3, 9], "x": 9, "y": 3 },
|
||||
{ "matrix": [3, 10], "x": 10, "y": 3 },
|
||||
{ "matrix": [3, 11], "x": 11, "y": 3 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
# The default keymap for Technik-S
|
||||
@ -1 +0,0 @@
|
||||
# The via keymap for Technik-S
|
||||
@ -1,38 +0,0 @@
|
||||
/* Copyright 2020 Boardsource
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "technik_s.h"
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
led_config_t g_led_config = { {
|
||||
{10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21},
|
||||
{22, NO_LED, 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, NO_LED, 49, 50, NO_LED, 51, 52, 53, 54}
|
||||
}, {
|
||||
{220, 17}, {172, 17}, {112, 17}, { 50, 17}, { 4, 17}, { 4, 56}, { 50, 56}, {112, 56}, {172, 56}, {220, 56},
|
||||
{ 0, 0}, { 20, 0}, { 40, 0}, { 61, 0}, { 81, 0}, {101, 0}, {122, 0}, {142, 0}, {162, 0}, {183, 0}, {203, 0}, {224, 0},
|
||||
{ 10, 21}, { 30, 21}, { 51, 21}, { 71, 21}, { 91, 21}, {112, 21}, {132, 21}, {152, 21}, {173, 21}, {193, 21}, {214, 21},
|
||||
{ 0, 42}, { 20, 42}, { 40, 42}, { 61, 42}, { 81, 42}, {101, 42}, {122, 42}, {142, 42}, {162, 42}, {183, 42}, {203, 42}, {224, 42},
|
||||
{ 0, 64}, { 20, 64}, { 40, 64}, { 68, 64}, { 97, 64}, {126, 64}, {154, 64}, {183, 64}, {203, 64}, {224, 64}
|
||||
}, {
|
||||
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
|
||||
1, 1, 1, 1, 4, 4, 1, 1, 1, 1
|
||||
} };
|
||||
#endif
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
/* Copyright 2020 Boardsource
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#define LAYOUT( \
|
||||
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11, \
|
||||
K12, K14, K15, K16, K17, K18, K19, K20, K21, K22, K23, \
|
||||
K24, K25, K26, K27, K28, K29, K30, K31, K32, K33, K34, K35, \
|
||||
K36, K37, K38, K39, K40, K41, K42, K43, K44, K45 \
|
||||
) { \
|
||||
{K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11}, \
|
||||
{K12, KC_NO, K14, K15, K16, K17, K18, K19, K20, K21, K22, K23}, \
|
||||
{K24, K25, K26, K27, K28, K29, K30, K31, K32, K33, K34, K35}, \
|
||||
{K36, K37, K38, K39,KC_NO,K40, K41,KC_NO,K42, K43, K44, K45} \
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue