diff options
| author | James Young | 2024-05-22 01:03:56 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 01:03:56 +0200 |
| commit | a1c142759480fbad6e947862c0995d040ae9d8d4 (patch) | |
| tree | 917043ba8359dc2b0ef0a8592000d79180c56103 /keyboards/handwired/mutepad/config.h | |
| parent | 89b9a39614f0d788aa9f2ac0a338b30fb34745b7 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 3 (#23763)
Affects:
- `handwired/jn68m`
- `handwired/jopr`
- `handwired/jot50`
- `handwired/jotanck`
- `handwired/jotpad16`
- `handwired/jtallbean/split_65`
- `handwired/juliet`
- `handwired/k_numpad17`
- `handwired/kbod`
- `handwired/ks63`
- `handwired/leftynumpad`
- `handwired/lemonpad`
- `handwired/m40/5x5_macropad`
- `handwired/macroboard/f401`
- `handwired/macroboard/f411`
- `handwired/magicforce61`
- `handwired/magicforce68`
- `handwired/mechboards_micropad`
- `handwired/minorca`
- `handwired/mutepad`
- `handwired/nicekey`
- `handwired/nortontechpad`
- `handwired/not_so_minidox`
- `handwired/novem`
- `handwired/nozbe_macro`
- `handwired/numpad20`
- `handwired/obuwunkunubi/spaget`
- `handwired/oem_ansi_fullsize`
- `handwired/onekey`
- `handwired/ortho5x13`
- `handwired/ortho5x14`
- `handwired/p65rgb`
- `handwired/pilcrow`
- `handwired/polly40`
- `handwired/postageboard/mini`
- `handwired/postageboard/r1`
- `handwired/prime_exl`
- `handwired/prime_exl_plus`
Diffstat (limited to 'keyboards/handwired/mutepad/config.h')
| -rw-r--r-- | keyboards/handwired/mutepad/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/handwired/mutepad/config.h b/keyboards/handwired/mutepad/config.h deleted file mode 100644 index 632465bba7..0000000000 --- a/keyboards/handwired/mutepad/config.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 JoshwJB (@JoshwJB) -// 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 |