diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-03 20:03:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 21:03:15 +0100 |
commit | b15bd128a543453f4545898ca3ad1be1b23a0cf5 (patch) | |
tree | f9ca898c347b0441f5c922d352c2d3e7d3b0afff /keyboards/fjlabs/ready100/ready100.h | |
parent | 06c89e8abf072c4fe63120305d22d66ad50894ce (diff) |
FJLabs Ready100 Configurator Fixes (#14291)
* grid-align keycodes; use short-form keycodes
No logic change.
* info.json: correct layout macro reference
* info.json: correct LAYOUT_64key data
Removes an extra key from the layout data.
* 64_ansi Community Layout support
* rename LAYOUT_64key to LAYOUT_64_ansi (with alias for backwards compatibility)
* add LAYOUTS = 64_ansi to rules.mk
* remove width and height keys from info.json
Diffstat (limited to 'keyboards/fjlabs/ready100/ready100.h')
-rw-r--r-- | keyboards/fjlabs/ready100/ready100.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fjlabs/ready100/ready100.h b/keyboards/fjlabs/ready100/ready100.h index e8bc3dfc63..0639289183 100644 --- a/keyboards/fjlabs/ready100/ready100.h +++ b/keyboards/fjlabs/ready100/ready100.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "quantum.h" /* Ready100 Keymap Definitions */ -#define LAYOUT_64key( \ +#define LAYOUT_64_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, \ |