Add firmware for the left keyboard half.

This commit is contained in:
László Monda
2016-03-09 01:56:53 +01:00
parent 22e2841d8d
commit 14a36cc84f
24 changed files with 1266 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
. ./ksdk_dir.sh
cmake -DCMAKE_TOOLCHAIN_FILE="$KSDK_DIR/tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .
make -j4