Skip to content

Commit

Permalink
Debounce defines cleanup (qmk#19742)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 4, 2023
1 parent c5884b8 commit 51a2424
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions keyboards/nora/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_TWINKLE
#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* External EEPROM & Dynamic keymap */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down
3 changes: 0 additions & 3 deletions keyboards/nora/v03/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* External EEPROM */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down
3 changes: 0 additions & 3 deletions keyboards/nora/v031/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* External EEPROM */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down
3 changes: 0 additions & 3 deletions keyboards/nora/v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#endif

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* External EEPROM */
// Use 24LC64 type EEPROM
#define EEPROM_I2C_24LC64
Expand Down

0 comments on commit 51a2424

Please sign in to comment.