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/rules.mk | |
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/rules.mk')
-rw-r--r-- | keyboards/fjlabs/ready100/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/fjlabs/ready100/rules.mk b/keyboards/fjlabs/ready100/rules.mk index 949e7a9eb2..6f961a80d7 100644 --- a/keyboards/fjlabs/ready100/rules.mk +++ b/keyboards/fjlabs/ready100/rules.mk @@ -24,3 +24,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output KEYBOARD_LOCK_ENABLE = yes + +LAYOUTS = 64_ansi |