Adding inital outline for Univac-Sperry F3W9 keyboard.
- Not tested yet - Packet size is large so it's not possible to use Teensy hardware
This commit is contained in:
parent
ea284c03f0
commit
b1686ce7ad
8 changed files with 820 additions and 7 deletions
46
Scan/UnivacF3W9/setup.cmake
Normal file
46
Scan/UnivacF3W9/setup.cmake
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
###| CMake Kiibohd Controller Scan Module |###
|
||||
#
|
||||
# Written by Jacob Alexander in 2012 for the Kiibohd Controller
|
||||
#
|
||||
# Released into the Public Domain
|
||||
#
|
||||
###
|
||||
|
||||
|
||||
###
|
||||
# Module C files
|
||||
#
|
||||
|
||||
set( SCAN_SRCS
|
||||
scan_loop.c
|
||||
)
|
||||
|
||||
|
||||
###
|
||||
# Module H files
|
||||
#
|
||||
set( SCAN_HDRS
|
||||
scan_loop.h
|
||||
)
|
||||
|
||||
|
||||
###
|
||||
# File Dependency Setup
|
||||
#
|
||||
ADD_FILE_DEPENDENCIES( scan_loop.c ${SCAN_HDRS} )
|
||||
#add_file_dependencies( scan_loop.c ${SCAN_HDRS} )
|
||||
#add_file_dependencies( macro.c keymap.h epsonqx10.h )
|
||||
|
||||
|
||||
###
|
||||
# Module Specific Options
|
||||
#
|
||||
add_definitions( -I${HEAD_DIR}/Keymap )
|
||||
|
||||
#| Keymap Settings
|
||||
add_definitions(
|
||||
-DMODIFIER_MASK=univacf3w9_ModifierMask
|
||||
-DKEYINDEX_MASK=univacf3w9_ColemakMap
|
||||
#-DKEYINDEX_MASK=univacf3w9_DefaultMap
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue