diff options
Diffstat (limited to 'keyboards/pos78')
-rw-r--r-- | keyboards/pos78/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/pos78/config.h b/keyboards/pos78/config.h index f85a13cf8a..5c0642856e 100644 --- a/keyboards/pos78/config.h +++ b/keyboards/pos78/config.h @@ -42,9 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |