diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-10-05 23:37:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 16:37:42 -0700 |
commit | e762db44bae46c631186c807a9c10fd8e4684535 (patch) | |
tree | 9b055e5310df6132ae57f282d67d6b07fbc735a1 /keyboards/0xc7/61key/61key.h | |
parent | aabc0cc8ad44448ae56604e9edd5b40a8aaa3a0b (diff) | |
download | qmk_firmware-e762db44bae46c631186c807a9c10fd8e4684535.tar.gz qmk_firmware-e762db44bae46c631186c807a9c10fd8e4684535.zip |
0xc7/61key touch-up (#14712)
* correct Configurator layout data
* rename LAYOUT to LAYOUT_60_ansi
* correct info.json maintainer field
Use the maintainer's GitHub username.
* correct the compiling/flashing instructions
Keyboard value is relative to `qmk_firmware/keyboards/`.
Diffstat (limited to 'keyboards/0xc7/61key/61key.h')
-rw-r--r-- | keyboards/0xc7/61key/61key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/0xc7/61key/61key.h b/keyboards/0xc7/61key/61key.h index ba05a3cbb0..8767b2df1d 100644 --- a/keyboards/0xc7/61key/61key.h +++ b/keyboards/0xc7/61key/61key.h @@ -28,7 +28,7 @@ * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ -#define LAYOUT( \ +#define LAYOUT_60_ansi( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, \ |