diff options
author | Ryan <fauxpark@gmail.com> | 2020-07-15 18:52:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 18:52:02 +1000 |
commit | e8d577c081469608a9c203f97aece82d4253e99e (patch) | |
tree | 2f858ee7eea15edf80c1f8f9d2626988d8f03612 /quantum/template/base/keyboard.h | |
parent | ceb3ef955e0a87ca599378fe3c7693667761a482 (diff) |
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.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 } \ } |