Initial I2C work for ISSI IS31FL3731

This commit is contained in:
Jacob Alexander 2014-11-30 19:38:03 -08:00
parent b2539041ee
commit 7dfca9cc3e
6 changed files with 948 additions and 0 deletions

34
Scan/MD2/setup.cmake Normal file
View file

@ -0,0 +1,34 @@
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Module C files
#
set( SCAN_SRCS
scan_loop.c
../MatrixARM/matrix_scan.c
)
###
# Module Specific Options
#
add_definitions(
-I${HEAD_DIR}/Scan/MatrixARM
)
###
# Compiler Family Compatibility
#
set( ScanModuleCompatibility
arm
)