summaryrefslogtreecommitdiff
path: root/keyboards/draculad/draculad.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-04-29 11:25:30 -0700
committerGitHub <noreply@github.com>2021-04-29 11:25:30 -0700
commit8190a795ed3133ccab69b71f01104996080411bc (patch)
treed61f9ea7964187c48182c4c277935d328ba10030 /keyboards/draculad/draculad.h
parentd3963a61cb9209efce1d8f052d5d8e7aaa2be48b (diff)
DracuLad: add Configurator data and rework layout macro (#12727)
* add info.json file * refactor keymaps for readability * rework layout macro Arranges the layout macro and keycodes to resemble the physical layout. * readme touch-up Corrections to capitalization and spelling, and removal of extra white space.
Diffstat (limited to 'keyboards/draculad/draculad.h')
-rw-r--r--keyboards/draculad/draculad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/draculad/draculad.h b/keyboards/draculad/draculad.h
index 47d4b21435..b98bb0d2c4 100644
--- a/keyboards/draculad/draculad.h
+++ b/keyboards/draculad/draculad.h
@@ -25,7 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
- L30, L31, L32, L33, R30, R31, R32, R33 \
+ L30, R33, \
+ L31, L32, L33, R30, R31, R32 \
) \
{ \
{ L00, L01, L02, L03, L04 }, \