diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-01-31 03:16:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:16:04 +0000 |
commit | 7512e58cfee443da78ee3a0fa4c333080ef1a6f9 (patch) | |
tree | 5e69dfac061af60adcfdca89cbd6b68ac2383718 /keyboards/kapcave/arya/arya.h | |
parent | 4277dc3ac9a56884e4fd4069c30c225fc8da92d2 (diff) |
KapCave Arya: Fix QMK Configurator Implementation (#16145)
* move layout macro alias to info.json
* info.json: fix layout macro reference
* info.json: fix layout data
Original layout data was generated with rotation, which breaks the rendering.
* info.json: remove layout macro alias
It's not used anywhere, so no need to keep it.
* rules.mk: enable Community Layout support
Diffstat (limited to 'keyboards/kapcave/arya/arya.h')
-rw-r--r-- | keyboards/kapcave/arya/arya.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kapcave/arya/arya.h b/keyboards/kapcave/arya/arya.h index ea1d1916c3..38e4afaf05 100644 --- a/keyboards/kapcave/arya/arya.h +++ b/keyboards/kapcave/arya/arya.h @@ -36,8 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { KC_NO , K71 , K72 , K73 , K74 , K75 , K76 , K77 }, \ { K80 , K81 , K82 , KC_NO, KC_NO, KC_NO, KC_NO, KC_NO} \ } - - - - -#define LAYOUT_all LAYOUT_alice_split_bs |