Adding initial WhiteFox support.

- Includes fix for over-range ScanCodes (would cause hard faults)
- Updated some documentation
- Requires recent kll compiler for the layout
This commit is contained in:
Jacob Alexander 2015-08-16 12:27:12 -07:00
parent a8caf6e515
commit 59c14fcdea
10 changed files with 566 additions and 3 deletions

31
Scan/WhiteFox/setup.cmake Normal file
View file

@ -0,0 +1,31 @@
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Required Sub-modules
#
AddModule ( Scan ISSILed )
AddModule ( Scan MatrixARM )
###
# Module C files
#
set ( Module_SRCS
scan_loop.c
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
)