diff options
| author | James Young | 2024-04-02 18:45:44 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-02 18:45:44 +0200 |
| commit | 63bc7b63a650c4da63611900437e06ea7d051f14 (patch) | |
| tree | 95abb45a74f61457e2e268f68e61340b52ae1589 /keyboards/aves60 | |
| parent | 38f7c6e3f386b92df744bd7dbd13284398e373d5 (diff) | |
Data-Driven Keyboard Conversions: A (#23379)
Diffstat (limited to 'keyboards/aves60')
| -rw-r--r-- | keyboards/aves60/config.h | 25 | ||||
| -rw-r--r-- | keyboards/aves60/keyboard.json | 6 |
2 files changed, 6 insertions, 25 deletions
diff --git a/keyboards/aves60/config.h b/keyboards/aves60/config.h deleted file mode 100644 index 35ca2e0fc3..0000000000 --- a/keyboards/aves60/config.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright 2021 Evelien Dekkers (@evyd13) -// SPDX-License-Identifier: GPL-2.0-or-later - -#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 - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/aves60/keyboard.json b/keyboards/aves60/keyboard.json index fce12cd9f7..6d58d43b6a 100644 --- a/keyboards/aves60/keyboard.json +++ b/keyboards/aves60/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["B2", "B3", "D0", "D1", "D2", "D3", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"], "rows": ["F6", "F7", "F5", "F1", "F4"] |