diff options
| author | James Young | 2024-05-20 21:34:57 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-20 21:34:57 +0200 |
| commit | 03f0d683420a1efa9709f61dd778e764300d86ea (patch) | |
| tree | 7d6f91e67c4c0036838fbc98ebccdefb0cf36a82 /keyboards/do60/config.h | |
| parent | 4d31c5172515a3cf5ea92010142ae11a2743e235 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 2 (#23750)
Affects:
- `do60`
- `doio/kb30`
- `donutcables/scrabblepad`
- `doppelganger`
- `doro67/rgb`
- `dotmod/dymium65`
- `draytronics/daisy`
- `draytronics/elise`
- `draytronics/elise_v2`
- `drewkeys/iskar`
- `drhigsby/bkf`
- `drhigsby/dubba175`
- `drhigsby/ogurec`
- `drhigsby/packrat`
- `dtisaac/cg108`
- `dumbo`
- `dz60`
- `dztech/bocc`
- `dztech/duo_s`
Diffstat (limited to 'keyboards/do60/config.h')
| -rw-r--r-- | keyboards/do60/config.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/do60/config.h b/keyboards/do60/config.h deleted file mode 100644 index 5a870e5f7e..0000000000 --- a/keyboards/do60/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* -Copyright 2012 Doyu Studio <sy_yang@doyustudio.com> - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE |