This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2012-03-26 23:02:46 +00:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
2016-07-06 16:00:57 +00:00
|
|
|
# Written by Jacob Alexander in 2011,2014,2016 for the Kiibohd Controller
|
2012-03-26 23:02:46 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
# For the Burroughs/Kokusai BETKB (Burroughs Ergonomic Terminal Keyboard)
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
2016-07-06 16:00:57 +00:00
|
|
|
set( Module_SRCS
|
2012-03-26 23:02:46 +00:00
|
|
|
scan_loop.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module Specific Options
|
|
|
|
#
|
|
|
|
|
2013-01-30 23:13:49 +00:00
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2016-07-06 16:00:57 +00:00
|
|
|
set( ModuleCompatibility
|
|
|
|
arm
|
2013-01-30 23:13:49 +00:00
|
|
|
avr
|
|
|
|
)
|
|
|
|
|