Refactor some layouts which contain keyboard name (#19645)
* Refactor some layouts which contain keyboard name * use planck_mit
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
"pid": "0x1233",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_fungo_split_num": "LAYOUT"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_fungo_split_num": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"x":0, "y":0.375},
|
||||
{"x":1, "y":0.375},
|
||||
|
@@ -19,9 +19,7 @@
|
||||
#include "fungo.h"
|
||||
#include "quantum.h"
|
||||
|
||||
|
||||
|
||||
#define LAYOUT_fungo_split_num( \
|
||||
#define LAYOUT( \
|
||||
L00, L01, L02, L03, L04, L05, L06, R06, R05, R04, R03, R02, R01, R00, \
|
||||
L10, L11, L12, L13, L14, L15, L16, R16, R15, R14, R13, R12, R11, R10, \
|
||||
L20, L21, L22, L23, L24, L25, L26, R26, R25, R24, R23, R22, R21, R20, \
|
||||
@@ -42,7 +40,3 @@
|
||||
{ R46, R45, R44, R43, R42, R41, R40}, \
|
||||
{ KC_NO, KC_NO, KC_NO, KC_NO, R52, R51, R50}, \
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user