MBC-55x support virtually complete.

- I won't do any more, as I can't make the converter fully functional on a modern computer
- Basic typing support is working
- Some of the function modes move around the ASCII values, and this takes a while to decipher and figure out the pattern; it's not hard to do, and I don't really feel like doing it
- The hard part is already done :P
This commit is contained in:
Jacob Alexander 2013-02-01 16:49:32 -05:00
parent adc0f9d450
commit 473e3359f4
4 changed files with 707 additions and 61 deletions

View file

@ -41,9 +41,9 @@ add_definitions( -I${HEAD_DIR}/Keymap )
#| Keymap Settings
add_definitions(
-DMODIFIER_MASK=facom6684_ModifierMask
#-DKEYINDEX_MASK=facom6684_ColemakMap
-DKEYINDEX_MASK=facom6684_DefaultMap
-DMODIFIER_MASK=mbc55x_ModifierMask
#-DKEYINDEX_MASK=mbc55x_ColemakMap
-DKEYINDEX_MASK=mbc55x_DefaultMap
)