Initial LED Animiation Support
- Added port swapping to KType - Added initial KType default keymappings - Initial PixelMap animiation framework - Swapped in new i2c library for ISSILed
This commit is contained in:
parent
f501a0e196
commit
1e47c7abc2
19 changed files with 1148 additions and 667 deletions
|
@ -24,7 +24,7 @@ endif ()
|
|||
|
||||
#| Create the .ELF file
|
||||
set( TARGET_ELF ${TARGET}.elf )
|
||||
add_executable( ${TARGET_ELF} ${SRCS} generatedKeymap.h )
|
||||
add_executable( ${TARGET_ELF} ${SRCS} generatedKeymap.h kll_defs.h )
|
||||
|
||||
|
||||
#| .ELF Properties
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# Check if KLL compiler is needed
|
||||
#
|
||||
|
||||
if ( "${MacroModule}" STREQUAL "PartialMap" )
|
||||
if ( "${MacroModule}" STREQUAL "PartialMap" OR "${MacroModule}" STREQUAL "PixelMap" )
|
||||
|
||||
|
||||
|
||||
|
@ -148,6 +148,7 @@ add_custom_target ( kll_regen
|
|||
set ( SRCS ${SRCS} ${kll_outputname} )
|
||||
|
||||
|
||||
|
||||
else ()
|
||||
message ( AUTHOR_WARNING "Unknown Macro module, ignoring kll generation" )
|
||||
endif () # PartialMap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue