summaryrefslogtreecommitdiff
path: root/keyboards/orthocode/orthocode.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-08-14 02:02:24 -0700
committerGitHub <noreply@github.com>2021-08-14 02:02:24 -0700
commit90583a16682ce95fd2c044fd800a2b79bec6ab98 (patch)
tree7160ed1c201f15e326067dda9dbddaa592f0d91d /keyboards/orthocode/orthocode.h
parente2c6dadfbf5efad7d5c88438593de34972dd845f (diff)
Orthocode Layout Macro rework (#13995)
* move rotary encoder to top row of layout macro Makes the layout macro and keycodes resemble the assembled keyboard. * update info.json data - convert tabs to spaces - use human-friendly formatting - fill in key object labels - adjust object sequence for layout macro changes
Diffstat (limited to 'keyboards/orthocode/orthocode.h')
-rw-r--r--keyboards/orthocode/orthocode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/orthocode/orthocode.h b/keyboards/orthocode/orthocode.h
index 83da041303..3abcd48c06 100644
--- a/keyboards/orthocode/orthocode.h
+++ b/keyboards/orthocode/orthocode.h
@@ -21,10 +21,11 @@
#include "quantum.h"
#define LAYOUT( \
+ K30, \
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, K2C, K2D, \
- K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \
+ K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \
K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D, K4E \
) { \
{ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E }, \