1
0
Fork 0

Clean up Force NKRO in config.h (#19718)

This commit is contained in:
Ryan 2023-01-31 07:45:41 +11:00 committed by GitHub
parent d84a7351ea
commit b867522f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
625 changed files with 11 additions and 13108 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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