diff options
Diffstat (limited to 'keyboards/elephant42')
-rw-r--r-- | keyboards/elephant42/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/elephant42/config.h b/keyboards/elephant42/config.h index 697e26601e..416a895d84 100644 --- a/keyboards/elephant42/config.h +++ b/keyboards/elephant42/config.h @@ -73,9 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define RGB_MATRIX_SPD_STEP 8 #endif -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - #ifndef OLED_FONT_H # define OLED_FONT_H "keyboards/elephant42/lib/glcdfont.c" #endif |