summaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ps2avrGB/matrix.c')
-rw-r--r--keyboards/ps2avrGB/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c
index 140026013..57aa36b5f 100644
--- a/keyboards/ps2avrGB/matrix.c
+++ b/keyboards/ps2avrGB/matrix.c
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "matrix.h"
#ifndef DEBOUNCE
-# define DEBOUNCE 5
+#define DEBOUNCE 5
#endif
static uint8_t debouncing = DEBOUNCE;