mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-15 04:08:13 +00:00
562b859540
- Added the apple 2 CAPS map - auto-generate a function to check validity of a keymap index - Added buffered message printing. This is different from keycode buffering, since an extra delay is added for each message character to allow polling hosts to keep up. Keycodes are generated at human speeds and need no further slowdown. - Added a message character delay to the arch-* modules - enlarged the buffer pool, and created a buffer for messages - bumped version number
10 lines
114 B
CMake
10 lines
114 B
CMake
list(APPEND keymap_list
|
|
"<classic:0>"
|
|
"<classic_caps:1>"
|
|
"<apple2:2>"
|
|
"<apple2_caps:3>"
|
|
"<sol:4>"
|
|
)
|
|
|
|
|