Clean up Force NKRO in config.h (#19718)
This commit is contained in:
parent
d84a7351ea
commit
b867522f8c
625 changed files with 11 additions and 13108 deletions
|
@ -33,9 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* RGB Strip*/
|
||||
#define RGB_DI_PIN B15
|
||||
|
|
|
@ -33,9 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* RGB Strip*/
|
||||
#define RGB_DI_PIN B15
|
||||
|
|
|
@ -33,6 +33,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
|
|
@ -33,6 +33,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
|
|
@ -33,9 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* RGB stripe */
|
||||
#define RGB_DI_PIN B15
|
||||
|
|
|
@ -31,10 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* NKRO */
|
||||
#ifdef NKRO_ENABLE
|
||||
# define FORCE_NKRO
|
||||
#endif
|
||||
#define FORCE_NKRO
|
||||
|
||||
/* RGB stripe */
|
||||
#define RGB_DI_PIN B15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue