1
0
Fork 0

Migrate build target markers to keyboard.json - TUV (#23514)

This commit is contained in:
Joel Challis 2024-04-15 19:19:23 +01:00 committed by GitHub
parent 2e01b67ecc
commit 9c1662f8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 284 additions and 614 deletions

View file

@ -17,28 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 6
/* 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