アーカイブ
1
0
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
controller/Scan/SKM67001/setup.cmake

36 行
469 B
CMake
Raw 通常表示 履歴

###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2012,2014 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Module C files
#
#| XXX Requires the ../ due to how the paths are constructed
set( SCAN_SRCS
../matrix/matrix_scan.c
../matrix/scan_loop.c
)
###
# Module Specific Options
#
add_definitions(
-I${HEAD_DIR}/Scan/matrix
)
###
# Compiler Family Compatibility
#
set( ScanModuleCompatibility
avr
)