feat(gs/keyboard): Integrate my layout with the depot

Integrate the keyboard layout for my Ergodox EZ, which is a layout for
QMK, with the depot, including exposing several cross-compilation
packages necessary to compile qmk for avr in third_party.

Change-Id: Idd43169a0a3cf0be2bd1a578fdaff70388a58bfc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/947
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-07-06 18:12:13 -04:00 committed by glittershark
parent aae3d25234
commit 9ec0f4d0c8
4 changed files with 32 additions and 12 deletions

View file

@ -101,5 +101,6 @@ in lib.fix (self: {
glittershark = with depot.users.glittershark; [
(systemFor system.system.chupacabra)
xanthous
keyboard.layout
];
})