fix most obvious warnings
This commit is contained in:
parent
f6735a8d58
commit
9b2b44d0ca
|
@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
/*#define VENDOR_ID 0x3A3C
|
||||
#define PRODUCT_ID 0x0002
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"device_version": "0.3.0"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_totem": {
|
||||
"LAYOUT_split_3x5_3_1": {
|
||||
"layout": [
|
||||
{"x": 0.776, "y": 1.519, "w": 1.059, "r": -10},
|
||||
{"x": 1.964, "y": 0.605, "w": 1.059, "r": -4},
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
// |SW16|SW11|SW12|SW13|SW14|SW15| |SW15|SW14|SW13|SW12|SW11|SW16|
|
||||
// |SW17|SW18|SW19| |SW19|SW18|SW17|
|
||||
|
||||
#define LAYOUT_totem( \
|
||||
#define LAYOUT_split_3x5_3_1( \
|
||||
L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
|
||||
L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
|
||||
L30, L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, R34,\
|
||||
|
@ -53,4 +53,4 @@
|
|||
}
|
||||
|
||||
|
||||
#define LAYOUT LAYOUT_totem
|
||||
#define LAYOUT LAYOUT_split_3x5_3_1
|
||||
|
|
Loading…
Reference in a new issue