This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-HW
/
unified_retro_keyboard
Watch
1
Star
0
Fork
0
You've already forked unified_retro_keyboard
mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced
2024-11-22 19:33:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
68086cde31
unified_retro_keyboard
/
firmware
/
asdf
/
keymap_list.cmake
10 lines
114 B
CMake
Raw
Normal View
History
Unescape
Escape
Progress toward building new keymap scheme with cmake - keymap files (c,h) are in src/Keymaps - keymap files are added to the keymap library in src/Keymaps/CMakeLists.txt - keymaps for the build are listed, along with positions, in /keymap_lists.cmake - cmake generates a keymap jump table from the keymap lib and list - tests mostly passing. Keymap structure for testing will be used as the model for the app keymaps.
2021-03-08 02:38:40 +00:00
list
(
APPEND
keymap_list
"
<
c
l
a
s
s
i
c
:
0
>
"
"
<
c
l
a
s
s
i
c
_
c
a
p
s
:
1
>
"
Add back the upper/lower Apple map Port the old .h macro-based keymap definition to new C module based definition.
2021-11-29 05:50:28 +00:00
"
<
a
p
p
l
e
2
:
2
>
"
Add apple 2 caps, printing, bug fixes - 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
2021-11-29 22:26:08 +00:00
"
<
a
p
p
l
e
2
_
c
a
p
s
:
3
>
"
Add back the upper/lower Apple map Port the old .h macro-based keymap definition to new C module based definition.
2021-11-29 05:50:28 +00:00
"
<
s
o
l
:
4
>
"
Progress toward building new keymap scheme with cmake - keymap files (c,h) are in src/Keymaps - keymap files are added to the keymap library in src/Keymaps/CMakeLists.txt - keymaps for the build are listed, along with positions, in /keymap_lists.cmake - cmake generates a keymap jump table from the keymap lib and list - tests mostly passing. Keymap structure for testing will be used as the model for the app keymaps.
2021-03-08 02:38:40 +00:00
)
Reference in New Issue
Copy Permalink