Firmware: Add right half of keyboard, add Fn layer

This commit is contained in:
Lexi / Zoe 2024-07-01 10:10:51 +02:00
parent c3107cd715
commit c0049b6d43
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 24 additions and 28 deletions

View file

@ -3,18 +3,5 @@
#pragma once
/*
* 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
// Lock one-shot keys when tapping them twice
#define ONESHOT_TAP_TOGGLE 2