diff options
author | Ole Westendorff <owestend@gmail.com> | 2020-11-09 21:26:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 21:26:16 -0800 |
commit | aa90cf1da895aaa280cc19068037c74de644bd27 (patch) | |
tree | 8da97d45113b2c38bb790873feccd06e80eac6ff /keyboards/xd68/rules.mk | |
parent | 7595f538562437fa6d13ede5be7a5a4b5d582c6b (diff) |
XD68: add 65_ansi_split_bs layout (#10835)
* XD68: add 65_ansi_split_bs layuout
* change number of keys in info.json
* Apply suggestions from code review
Diffstat (limited to 'keyboards/xd68/rules.mk')
-rw-r--r-- | keyboards/xd68/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd68/rules.mk b/keyboards/xd68/rules.mk index 8d52ba327d..e479673959 100644 --- a/keyboards/xd68/rules.mk +++ b/keyboards/xd68/rules.mk @@ -32,4 +32,4 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs UNICODE_ENABLE = no # Unicode -LAYOUTS = 65_ansi 65_iso +LAYOUTS = 65_ansi 65_ansi_split_bs 65_iso |