diff options
Diffstat (limited to 'keyboards/woodkeys/scarletbandana')
-rw-r--r-- | keyboards/woodkeys/scarletbandana/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/woodkeys/scarletbandana/config.h b/keyboards/woodkeys/scarletbandana/config.h index 14b47a0567..8175b57654 100644 --- a/keyboards/woodkeys/scarletbandana/config.h +++ b/keyboards/woodkeys/scarletbandana/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -52,5 +51,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Disable music mode to keep the firmware size down #define NO_MUSIC_MODE #endif - -#define DEBOUNCE 5 |