diff options
Diffstat (limited to 'keyboards/moon')
-rw-r--r-- | keyboards/moon/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/moon/config.h b/keyboards/moon/config.h index cd2d175812..77225a4115 100644 --- a/keyboards/moon/config.h +++ b/keyboards/moon/config.h @@ -25,9 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_CAPS_LOCK_PIN B5 #define LED_SCROLL_LOCK_PIN B6 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Backlight */ #define BACKLIGHT_PIN C6 #define BACKLIGHT_LEVELS 3 |