a07ccdd608
- Changing default name from defaultMap.kll to scancode_map.kll - Old name of defaultMap.kll will still work (and is the final fallback) - Updated all the main projects to use the new name - Updated BETKB (not entirely finished, but mostly complete) - Added sub-use of interconnect scancode cache for converters - Added infinity_led.bash No behaviour changes, just restructuring.
34 lines
411 B
CMake
34 lines
411 B
CMake
###| CMake Kiibohd Controller Scan Module |###
|
|
#
|
|
# Written by Jacob Alexander in 2011,2014,2016 for the Kiibohd Controller
|
|
#
|
|
# Released into the Public Domain
|
|
#
|
|
# For the Burroughs/Kokusai BETKB (Burroughs Ergonomic Terminal Keyboard)
|
|
#
|
|
###
|
|
|
|
|
|
###
|
|
# Module C files
|
|
#
|
|
|
|
set( Module_SRCS
|
|
scan_loop.c
|
|
)
|
|
|
|
|
|
###
|
|
# Module Specific Options
|
|
#
|
|
|
|
|
|
###
|
|
# Compiler Family Compatibility
|
|
#
|
|
set( ModuleCompatibility
|
|
arm
|
|
avr
|
|
)
|
|
|