aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/base/keyboard.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-07-15 18:52:02 +1000
committerGitHub <noreply@github.com>2020-07-15 18:52:02 +1000
commite8d577c081469608a9c203f97aece82d4253e99e (patch)
tree2f858ee7eea15edf80c1f8f9d2626988d8f03612 /quantum/template/base/keyboard.h
parentceb3ef955e0a87ca599378fe3c7693667761a482 (diff)
downloadfirmware-e8d577c081469608a9c203f97aece82d4253e99e.tar.gz
firmware-e8d577c081469608a9c203f97aece82d4253e99e.tar.bz2
firmware-e8d577c081469608a9c203f97aece82d4253e99e.zip
Update new keyboard templates (#9636)
* Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
Diffstat (limited to 'quantum/template/base/keyboard.h')
-rw-r--r--quantum/template/base/keyboard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/template/base/keyboard.h b/quantum/template/base/keyboard.h
index 8a21d9257..bd2e88d12 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 } \
}