]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Initial MatrixARM implementation
authorJacob Alexander <haata@kiibohd.com>
Fri, 1 Aug 2014 08:26:25 +0000 (01:26 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 1 Aug 2014 08:26:25 +0000 (01:26 -0700)
commitd6345c307fa4c64deb3f293fe91760f05c928120
treeea909d80cc6adadad23e2bc45d8a11ee2bbb91d8
parentc1f8a2c545063168a2f6c2f375df8266cb0f1f01
Initial MatrixARM implementation

- Cleaned up Macro and USB callback naming
- Added security jumper for automated reload (MCHCK based only)
- Added additional LED position
16 files changed:
CMakeLists.txt
Debug/led/led.c
Lib/mk20dx.h
Macro/PartialMap/macro.c
Macro/PartialMap/macro.h
Output/pjrcUSB/arm/usb_dev.c
Output/pjrcUSB/output_com.c
Output/usbMuxUart/output_com.c
Scan/MD1/defaultMap.h [new file with mode: 0644]
Scan/MD1/matrix.h [new file with mode: 0644]
Scan/MD1/scan_loop.c [new file with mode: 0644]
Scan/MD1/scan_loop.h [new file with mode: 0644]
Scan/MD1/setup.cmake [new file with mode: 0644]
Scan/MatrixARM/matrix_scan.c [new file with mode: 0644]
Scan/MatrixARM/matrix_scan.h [new file with mode: 0644]
Scan/MatrixARM/setup.cmake [new file with mode: 0644]