Firmware: Add right half of keyboard, add Fn layer
This commit is contained in:
parent
c3107cd715
commit
c0049b6d43
3 changed files with 24 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue