mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-26 02:49:16 +00:00
Fix typo in src/CMakeLists.txt
for function create_keymap_valid, return statement had wrong function name.
This commit is contained in:
parent
c77838e1b3
commit
18e451d8a6
@ -14,7 +14,7 @@ function(create_keymap_valid keymaps keymap_valid)
|
|||||||
# However, we need to append an extra ';' at the end.
|
# However, we need to append an extra ';' at the end.
|
||||||
string(APPEND temp_list ";")
|
string(APPEND temp_list ";")
|
||||||
set(${keymap_valid} "${temp_list}" PARENT_SCOPE)
|
set(${keymap_valid} "${temp_list}" PARENT_SCOPE)
|
||||||
endfunction(create_keymap_setups)
|
endfunction(create_keymap_valid)
|
||||||
|
|
||||||
function(create_keymap_declarations keymaps keymap_decl)
|
function(create_keymap_declarations keymaps keymap_decl)
|
||||||
list(TRANSFORM keymaps REPLACE "<\(.+\):\(.+\)>" "\n void setup_\\1_keymap(void)" OUTPUT_VARIABLE temp_list)
|
list(TRANSFORM keymaps REPLACE "<\(.+\):\(.+\)>" "\n void setup_\\1_keymap(void)" OUTPUT_VARIABLE temp_list)
|
||||||
|
Loading…
Reference in New Issue
Block a user