Initial LED support for ISSI IS31FL3731C
- Not ready for advanced support yet - Basic register and page writing support complete
This commit is contained in:
parent
863d853698
commit
1acc89e2bd
3 changed files with 770 additions and 0 deletions
30
Scan/ISSILed/setup.cmake
Normal file
30
Scan/ISSILed/setup.cmake
Normal file
|
@ -0,0 +1,30 @@
|
|||
###| CMake Kiibohd Controller Scan Module |###
|
||||
#
|
||||
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
||||
#
|
||||
# Released into the Public Domain
|
||||
#
|
||||
###
|
||||
|
||||
|
||||
###
|
||||
# Sub-module flag, cannot be included stand-alone
|
||||
#
|
||||
set ( SubModule 1 )
|
||||
|
||||
|
||||
###
|
||||
# Module C files
|
||||
#
|
||||
set ( Module_SRCS
|
||||
led_scan.c
|
||||
)
|
||||
|
||||
|
||||
###
|
||||
# Compiler Family Compatibility
|
||||
#
|
||||
set ( ModuleCompatibility
|
||||
arm
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue