Disable specific warnings to mitigate compilation problems with KEEP_INTERMEDIATES=yes
. (#20339)
This commit is contained in:
@@ -5,12 +5,11 @@
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define TAPPING_FORCE_HOLD
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
#define ONESHOT_TAP_TOGGLE 10
|
||||
#define ONESHOT_TIMEOUT 500
|
||||
#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
|
||||
#define CIRQUE_PINNACLE_TAP_ENABLE
|
||||
#define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_ABSOLUTE_MODE
|
||||
#define CIRQUE_DEVICE_GESTURES_SCROLL_ENABLE
|
||||
#define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_ABSOLUTE_MODE
|
||||
#define CIRQUE_DEVICE_GESTURES_SCROLL_ENABLE
|
||||
|
@@ -16,6 +16,7 @@
|
||||
"rows": ["B12", "B13", "B14", "B15", "A1"],
|
||||
"cols": ["B11", "B10", "B2", "B1", "B0", "A6", "A5", "A4", "A3", "C13", "B7", "B6", "B5", "B4", "B3"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "B9"
|
||||
}
|
||||
|
@@ -9,5 +9,8 @@
|
||||
"development_board": "elite_c",
|
||||
"split": {
|
||||
"enabled": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user