]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Formalizing code module structure and inheritance (Large Commit)
authorJacob Alexander <triplehaata@gmail.com>
Fri, 30 Sep 2011 05:22:19 +0000 (22:22 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Fri, 30 Sep 2011 05:22:19 +0000 (22:22 -0700)
commitc01efa2d532377d3a13c3a0f76372a5c2994d9c5
treea4333b02e8ffdeafd62a675f6877ab1246ac6143
parenta0439f627bd2561874a5a1415fafe104e0daa354
Formalizing code module structure and inheritance (Large Commit)

- Commenting cleaned up
- usb_keyboard_debug is not finished yet in terms of cleanup (needs DEBUB_PRINT #ifdef's)
- Added LoadFile script generation
- Formalized KeyIndex and USBKeys data containers
- Split parts of scan_loop into Macro, USB, and main.c
- Added interface to USB modules
- Added interface to Macro modules
- Added proper Debug module enable/disable
32 files changed:
CMakeLists.txt
Debug/basic/print.c [deleted file]
Debug/basic/print.h [deleted file]
Debug/basic/setup.cmake [deleted file]
Debug/full/setup.cmake [new file with mode: 0644]
Debug/led/led.c [new file with mode: 0644]
Debug/led/led.h [new file with mode: 0644]
Debug/led/setup.cmake [new file with mode: 0644]
Debug/off/led.h [new file with mode: 0644]
Debug/off/print.h [new file with mode: 0644]
Debug/off/setup.cmake [new file with mode: 0644]
Debug/print/print.c [new file with mode: 0644]
Debug/print/print.h [new file with mode: 0644]
Debug/print/setup.cmake [new file with mode: 0644]
Keymap/keymap.h
Keymap/usb_keys.h
LoadFile/bash [new file with mode: 0755]
LoadFile/load [deleted file]
Macro/basic/macro.c [new file with mode: 0644]
Macro/basic/macro.h [new file with mode: 0644]
Macro/basic/setup.cmake
Scan/matrix/matrix.c
Scan/matrix/matrix.h
Scan/matrix/scan_loop.c
Scan/matrix/scan_loop.h
USB/pjrc/setup.cmake
USB/pjrc/usb_com.c [new file with mode: 0644]
USB/pjrc/usb_com.h [new file with mode: 0644]
USB/pjrc/usb_keyboard_debug.c
USB/pjrc/usb_keyboard_debug.h
main.c
setup.cmake