kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
810 stars 274 forks source link

代码用哪个编译器,求大神指点一下 #365

Open Dream123-zj opened 4 years ago

Dream123-zj commented 4 years ago

改写代码只能在LINUX系统下吗?编译器用哪个?

haata commented 4 years ago

The code already compiles under Linux using gcc or clang. klltest.bash compiles an host-side version of the firmware and runs various tests with it.

https://github.com/kiibohd/controller/blob/master/Keyboards/Testing/klltest.bash

This project has recently been started to add rust bindings to host-side kll.