diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-20 12:40:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 20:40:23 +0100 |
| commit | bf42707eed2cee8e6b0ad579df2924e50eada841 (patch) | |
| tree | db7e7a553189e0c5a4c04615ac044879d9822c05 /keyboards/evolv | |
| parent | 03f0d683420a1efa9709f61dd778e764300d86ea (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: E (#23751)
Affects:
- `e88`
- `ealdin/quadrant`
- `earth_rover`
- `eco`
- `edc40`
- `edi/standaside`
- `eek`
- `ein_60`
- `eniigmakeyboards/ek65`
- `eniigmakeyboards/ek87`
- `ep/96`
- `ep/comsn/hs68`
- `ep/comsn/mollydooker`
- `ep/comsn/tf_longeboye`
- `ergodox_ez`
- `ergotravel/rev1`
- `eternal_keypad`
- `evil80`
- `evolv`
- `evyd13/atom47/rev2`
- `evyd13/atom47/rev5`
- `evyd13/eon65`
- `evyd13/eon75`
- `evyd13/eon87`
- `evyd13/eon95`
- `evyd13/gh80_1800`
- `evyd13/gh80_3700`
- `evyd13/minitomic`
- `evyd13/mx5160`
- `evyd13/nt750`
- `evyd13/nt980`
- `evyd13/omrontkl`
- `evyd13/quackfire`
- `evyd13/solheim68`
- `evyd13/ta65`
- `evyd13/wasdat_code`
- `exclusive/e65`
- `exclusive/e7v1`
- `exclusive/e7v1se`
- `exclusive/e85/hotswap`
- `exclusive/e85/soldered`
Diffstat (limited to 'keyboards/evolv')
| -rw-r--r-- | keyboards/evolv/config.h | 39 | ||||
| -rw-r--r-- | keyboards/evolv/keyboard.json | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/evolv/config.h b/keyboards/evolv/config.h deleted file mode 100644 index f962b74196..0000000000 --- a/keyboards/evolv/config.h +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 Álvaro "Gondolindrim" Volpato <alvaro.volpato@usp.br> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | /* Locking resynchronize hack */ | ||
| 23 | #define LOCKING_RESYNC_ENABLE | ||
| 24 | |||
| 25 | /* | ||
| 26 | * Feature disable options | ||
| 27 | * These options are also useful to firmware size reduction. | ||
| 28 | */ | ||
| 29 | |||
| 30 | /* disable debug print */ | ||
| 31 | //#define NO_DEBUG | ||
| 32 | |||
| 33 | /* disable print */ | ||
| 34 | //#define NO_PRINT | ||
| 35 | |||
| 36 | /* disable action features */ | ||
| 37 | //#define NO_ACTION_LAYER | ||
| 38 | //#define NO_ACTION_TAPPING | ||
| 39 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/evolv/keyboard.json b/keyboards/evolv/keyboard.json index ab4ccfd9d7..8373bbb536 100644 --- a/keyboards/evolv/keyboard.json +++ b/keyboards/evolv/keyboard.json | |||
| @@ -18,6 +18,12 @@ | |||
| 18 | "nkro": true, | 18 | "nkro": true, |
| 19 | "rgblight": true | 19 | "rgblight": true |
| 20 | }, | 20 | }, |
| 21 | "qmk": { | ||
| 22 | "locking": { | ||
| 23 | "enabled": true, | ||
| 24 | "resync": true | ||
| 25 | } | ||
| 26 | }, | ||
| 21 | "matrix_pins": { | 27 | "matrix_pins": { |
| 22 | "cols": ["A6", "A5", "A4", "A3", "A2", "A1", "A0", "C14", "F0", "C15", "B9", "B8", "B7", "B6", "B5", "B4"], | 28 | "cols": ["A6", "A5", "A4", "A3", "A2", "A1", "A0", "C14", "F0", "C15", "B9", "B8", "B7", "B6", "B5", "B4"], |
| 23 | "rows": ["B10", "B11", "A7", "B0", "B1", "B2"] | 29 | "rows": ["B10", "B11", "A7", "B0", "B1", "B2"] |
