]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Reorganization for use with the CMake "Modules"
authorJacob Alexander <triplehaata@gmail.com>
Thu, 29 Sep 2011 06:25:51 +0000 (23:25 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Thu, 29 Sep 2011 06:25:51 +0000 (23:25 -0700)
commitb4e1868d199e8b6cecfdbaa7d4f3a00308fa63a7
treeb942e74cef7b35ddc8c054c1943b7278a5a0f1f2
parent0415ba2481b63df7f304b4fbd3cdbb614e910855
Reorganization for use with the CMake "Modules"

- Include option is currently "hacked" and needs to be fixed
- Builds on Linux, but Mac and Windows needs to be tested
- Loader script generation isn't complete
19 files changed:
CMakeLists.txt
Debug/basic/print.c [new file with mode: 0644]
Debug/basic/print.h [new file with mode: 0644]
Debug/basic/setup.cmake [new file with mode: 0644]
Keymap/keymap.h [new file with mode: 0644]
Keymap/usb_keys.h [new file with mode: 0644]
LoadFile/load [new file with mode: 0755]
Macro/basic/setup.cmake [new file with mode: 0644]
Scan/matrix/matrix.c [new file with mode: 0644]
Scan/matrix/matrix.h [new file with mode: 0644]
Scan/matrix/scan_loop.c [new file with mode: 0644]
Scan/matrix/scan_loop.h [new file with mode: 0644]
Scan/matrix/setup.cmake [new file with mode: 0644]
USB/pjrc/setup.cmake [new file with mode: 0644]
USB/pjrc/usb_keyboard.c [new file with mode: 0644]
USB/pjrc/usb_keyboard.h [new file with mode: 0644]
USB/pjrc/usb_keyboard_debug.c [new file with mode: 0644]
USB/pjrc/usb_keyboard_debug.h [new file with mode: 0644]
setup.cmake [new file with mode: 0644]