Initial commit

My keyboard layout I've been using for a while, plus build scripts.
./flash to flash.
This commit is contained in:
Griffin Smith 2020-05-05 15:20:17 -04:00
commit 4e81c9b636
5 changed files with 251 additions and 0 deletions

2
flash Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec "$(nix-build --no-out-link . -A flash)"