Browse Source

[fatotesa] Move config to info.json

pull/23528/head
Stefan Gluszek 2 weeks ago
parent
commit
0f7e3ff503
2 changed files with 7 additions and 6 deletions
  1. +0
    -6
      keyboards/fatotesa/config.h
  2. +7
    -0
      keyboards/fatotesa/info.json

+ 0
- 6
keyboards/fatotesa/config.h View File

@ -18,9 +18,3 @@
// #define NO_ACTION_LAYER
// #define NO_ACTION_TAPPING
// #define NO_ACTION_ONESHOT
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 2500
#define ENCODERS_PAD_A { }
#define ENCODERS_PAD_B { }

+ 7
- 0
keyboards/fatotesa/info.json View File

@ -12,9 +12,16 @@
"mousekey": true,
"nkro": true
},
"encoder": {
"rotary": []
},
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"usb_detect": {
"enabled": true,
"timeout": 2500
},
"matrix_pins": {
"right": {
"cols": ["F4", "F5", "F6", "C6", "F7", "B1", "B3", "B2"],


Loading…
Cancel
Save