From 8190a795ed3133ccab69b71f01104996080411bc Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:25:30 -0700 Subject: 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. --- keyboards/draculad/draculad.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/draculad/draculad.h') 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 . 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 }, \ -- cgit v1.2.3