diff options
| author | QMK Bot | 2024-04-30 19:35:07 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-04-30 19:35:07 +0200 |
| commit | 7a28c6ede32bf77e8429c65899fc1fb1a6505c10 (patch) | |
| tree | ee1f679663c01873699d49770b6dc5ada849e5a9 /keyboards/cipulot/kallos | |
| parent | 0debba36816e6a748b84c9194b9e6b6b3dd697a3 (diff) | |
| parent | 636c96ad256b1b2f21c4c810d195c78402e060a0 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cipulot/kallos')
| -rw-r--r-- | keyboards/cipulot/kallos/config.h | 23 | ||||
| -rw-r--r-- | keyboards/cipulot/kallos/keyboard.json | 6 |
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/cipulot/kallos/config.h b/keyboards/cipulot/kallos/config.h deleted file mode 100644 index dfe6b13b06..0000000000 --- a/keyboards/cipulot/kallos/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* -Copyright 2022 Cipulot - -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/cipulot/kallos/keyboard.json b/keyboards/cipulot/kallos/keyboard.json index e92d634489..731b37fda9 100644 --- a/keyboards/cipulot/kallos/keyboard.json +++ b/keyboards/cipulot/kallos/keyboard.json @@ -42,6 +42,12 @@ "cols": ["F5", "F6", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "D3", "F7", "D2", "D1", "B7"], "rows": ["B3", "B2", "F0", "C7", "F4", "F1"] }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", |