From 8f0bf52b250406d0063726d4c62c78e84c1d1f2b Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:14:18 -0700 Subject: ID67 codebase touch-up (#13521) * correct layout data Fix incorrect key sizes/positions. * rename LAYOUT to LAYOUT_65_ansi_blocker * tweak human-friendly formatting for info.json Add new lines for new rows. * adjust keycode alignment in via keymap * clean up extra lines in readme file * enable 65_ansi_blocker Community Layout support * clean up rules.mk Aligns the inline comments. --- keyboards/id67/id67.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/id67/id67.h') diff --git a/keyboards/id67/id67.h b/keyboards/id67/id67.h index c5a4c5126e..c9e6fb5d9c 100644 --- a/keyboards/id67/id67.h +++ b/keyboards/id67/id67.h @@ -18,7 +18,7 @@ #include "quantum.h" -#define LAYOUT( \ +#define LAYOUT_65_ansi_blocker( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, K2E, \ -- cgit v1.2.3