From 7b754e1a5a902abd51ad314c68ef1606d89adf95 Mon Sep 17 00:00:00 2001 From: Sebastian Kaim Date: Thu, 26 Oct 2017 01:01:02 +0200 Subject: added bfake support as a subproject (#1903) * added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap --- keyboards/ps2avrGB/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/ps2avrGB/matrix.c') diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c index 140026013f..57aa36b5ff 100644 --- a/keyboards/ps2avrGB/matrix.c +++ b/keyboards/ps2avrGB/matrix.c @@ -21,7 +21,7 @@ along with this program. If not, see . #include "matrix.h" #ifndef DEBOUNCE -# define DEBOUNCE 5 +#define DEBOUNCE 5 #endif static uint8_t debouncing = DEBOUNCE; -- cgit v1.2.3