diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-03-30 06:51:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 13:51:57 +0000 |
commit | 76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (patch) | |
tree | 4debb51b6be7f09a8f03dcbb37c21d538c5bcba0 /keyboards/45_ats | |
parent | 831deac212fa0342b9fad9d419b7f15890abfa02 (diff) |
Data-Driven Keyboard Conversions: 0-9 (#23357)
Diffstat (limited to 'keyboards/45_ats')
-rw-r--r-- | keyboards/45_ats/config.h | 25 | ||||
-rw-r--r-- | keyboards/45_ats/keyboard.json | 6 |
2 files changed, 6 insertions, 25 deletions
diff --git a/keyboards/45_ats/config.h b/keyboards/45_ats/config.h deleted file mode 100644 index 1d951890cd..0000000000 --- a/keyboards/45_ats/config.h +++ /dev/null @@ -1,25 +0,0 @@ - /* - Copyright 2020 Alec Penland - Copyright 2020 Garret Gartner - - 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 diff --git a/keyboards/45_ats/keyboard.json b/keyboards/45_ats/keyboard.json index 7c873f21ed..5e5465f264 100644 --- a/keyboards/45_ats/keyboard.json +++ b/keyboards/45_ats/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["E6", "B0", "B1", "B2", "B3", "B7", "F6", "F5", "F4", "C7", "F7", "C6", "B6", "D4"], "rows": ["D3", "D5", "D7", "D6"] |