summaryrefslogtreecommitdiff
path: root/keyboards/id67/id67.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-07-12 10:14:18 -0700
committerGitHub <noreply@github.com>2021-07-12 10:14:18 -0700
commit8f0bf52b250406d0063726d4c62c78e84c1d1f2b (patch)
treeb2005f35c08eec3ce9a07d5007310c771a9db451 /keyboards/id67/id67.h
parentc024acd75243034d7d70d3bfb2fd6d3eacc0b62a (diff)
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.
Diffstat (limited to 'keyboards/id67/id67.h')
-rw-r--r--keyboards/id67/id67.h2
1 files changed, 1 insertions, 1 deletions
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, \