Migrate build target markers to keyboard.json - W (#23511)

This commit is contained in:
Joel Challis 2024-04-13 06:31:34 +01:00 committed by GitHub
parent bbf63a8466
commit 43a122e050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
91 changed files with 330 additions and 711 deletions

View file

@ -18,24 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define USE_I2C
/* 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