diff options
Diffstat (limited to 'keyboards/palette1202')
-rw-r--r-- | keyboards/palette1202/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/palette1202/config.h b/keyboards/palette1202/config.h index 834ba5bb60..d63c053230 100644 --- a/keyboards/palette1202/config.h +++ b/keyboards/palette1202/config.h @@ -35,9 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // if you want to reverse encoder direction // #define ENCODER_DIRECTION_FLIP -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Register custom font file */ #ifdef OLED_ENABLE #define OLED_FONT_H "lib/glcdfont.c" |