From e8d577c081469608a9c203f97aece82d4253e99e Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 15 Jul 2020 18:52:02 +1000 Subject: Update new keyboard templates (#9636) * Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE --- quantum/template/base/keyboard.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'quantum/template/base/keyboard.h') diff --git a/quantum/template/base/keyboard.h b/quantum/template/base/keyboard.h index 8a21d92578..bd2e88d12b 100644 --- a/quantum/template/base/keyboard.h +++ b/quantum/template/base/keyboard.h @@ -29,8 +29,7 @@ #define LAYOUT( \ k00, k01, k02, \ k10, k12 \ -) \ -{ \ +) { \ { k00, k01, k02 }, \ { k10, KC_NO, k12 } \ } -- cgit v1.2.3