diff options
| author | Joel Challis | 2025-11-08 21:48:48 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-08 21:48:48 +0100 |
| commit | 6e35013bc2e30af022cdb8c176e869c5c94ee17a (patch) | |
| tree | c1a5e1142f89851d1a99508e34242c9e793cc1f0 /keyboards/argyle | |
| parent | cf05c7d1e4bd93ccd184e3a78eaba9f2eeb5976e (diff) | |
Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)
Diffstat (limited to 'keyboards/argyle')
| -rwxr-xr-x | keyboards/argyle/keyboard.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/argyle/keyboard.json b/keyboards/argyle/keyboard.json index a7bfc335df..d97f067be8 100755 --- a/keyboards/argyle/keyboard.json +++ b/keyboards/argyle/keyboard.json @@ -11,7 +11,6 @@ }, "matrix_pins": { "cols": ["D1", "D4", "D5", "D6", "D7", "B0", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN", "NO_PIN"], - "custom": true, "custom_lite": true, "rows": ["D0", "C3", "B1", "B2", "B3"] }, |