Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/BETKB/setup.cmake
Jacob Alexander a07ccdd608 Moving defaultMap.kll to scancode_map.kll (less confusing)
- 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.
2016-07-06 09:03:23 -07:00

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
)