1
0
Fork 0

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
This commit is contained in:
Sebastian Kaim 2017-10-26 01:01:02 +02:00 committed by Jack Humbert
parent a3f53aeaa1
commit 7b754e1a5a
11 changed files with 218 additions and 54 deletions

View file

@ -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;