Added community layout support: https://lemmy.world/post/2042497
Also removed some warnings
This commit is contained in:
parent
e908f86835
commit
6bfbcd8ca0
@ -28,13 +28,9 @@
|
||||
|
||||
// Pick good defaults for enabling homerow modifiers
|
||||
#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 RGBLED_NUM 1 // The number of LEDs connected
|
||||
|
||||
|
||||
#define MAX_DEFERRED_EXECUTORS 32
|
||||
#define MAX_DEFERRED_EXECUTORS 32
|
||||
|
@ -12,6 +12,9 @@
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"community_layouts": [
|
||||
"split_3x5_3"
|
||||
],
|
||||
"matrix_pins": {
|
||||
"cols": ["GP0", "GP0", "GP1", "GP1", "GP2", "GP2", "GP29", "GP29", "GP28", "GP28", "GP27", "GP27"],
|
||||
"rows": ["GP6", "GP5", "GP4", "GP3"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user