update 4pplet/waffling60 keyboard (#10143)
* Update config.h added debounce to prevent stuttering with some switches * Update README.md
This commit is contained in:
parent
825ef0bd96
commit
6e618baa57
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ A 60% PCB for MX switches, one hot swap and one solder-pcb version with decent l
|
||||||
More info: https://geekhack.org/index.php?topic=103531.0
|
More info: https://geekhack.org/index.php?topic=103531.0
|
||||||
|
|
||||||
* Keyboard Maintainer: [4pplet](https://github.com/4pplet)
|
* Keyboard Maintainer: [4pplet](https://github.com/4pplet)
|
||||||
* Hardware Supported: waffling60 Rev A
|
* Hardware Supported: [waffling60](https://github.com/4pplet/waffling60)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
//#define MATRIX_HAS_GHOST
|
//#define MATRIX_HAS_GHOST
|
||||||
|
|
||||||
/* Set 0 if debouncing isn't needed */
|
/* Set 0 if debouncing isn't needed */
|
||||||
#define DEBOUNCE 0
|
#define DEBOUNCE 5
|
||||||
|
|
||||||
#define QMK_ESC_OUTPUT D3 // usually COL
|
#define QMK_ESC_OUTPUT D3 // usually COL
|
||||||
#define QMK_ESC_INPUT D4 // usually ROW
|
#define QMK_ESC_INPUT D4 // usually ROW
|
||||||
|
|
Loading…
Reference in a new issue