Added community layout support: https://lemmy.world/post/2042497

Also removed some warnings
This commit is contained in:
Thomas Haukland 2023-07-24 22:59:52 +02:00
parent e908f86835
commit 6bfbcd8ca0
2 changed files with 4 additions and 5 deletions

View File

@ -28,13 +28,9 @@
// Pick good defaults for enabling homerow modifiers // Pick good defaults for enabling homerow modifiers
#define TAPPING_TERM 230 #define TAPPING_TERM 230
// #define PERMISSIVE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_FORCE_HOLD
//#define RETRO_TAPPING
#define RGB_DI_PIN GP16 // The pin connected to the data pin of the LEDs #define RGB_DI_PIN GP16 // The pin connected to the data pin of the LEDs
#define RGBLED_NUM 1 // The number of LEDs connected #define RGBLED_NUM 1 // The number of LEDs connected
#define MAX_DEFERRED_EXECUTORS 32 #define MAX_DEFERRED_EXECUTORS 32

View File

@ -12,6 +12,9 @@
"mousekey": true, "mousekey": true,
"nkro": false "nkro": false
}, },
"community_layouts": [
"split_3x5_3"
],
"matrix_pins": { "matrix_pins": {
"cols": ["GP0", "GP0", "GP1", "GP1", "GP2", "GP2", "GP29", "GP29", "GP28", "GP28", "GP27", "GP27"], "cols": ["GP0", "GP0", "GP1", "GP1", "GP2", "GP2", "GP29", "GP29", "GP28", "GP28", "GP27", "GP27"],
"rows": ["GP6", "GP5", "GP4", "GP3"] "rows": ["GP6", "GP5", "GP4", "GP3"]