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
This commit is contained in:
parent
4277dc3ac9
commit
7512e58cfe
3 changed files with 74 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue