Skip to content

Commit

Permalink
minor building system fix for unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Huckies committed Sep 28, 2023
1 parent 2145114 commit bef04e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qmk_porting/common_features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ if(UCIS_ENABLE)
message(STATUS "UCIS_ENABLE")
list(APPEND quantum_SOURCES
"${QMK_BASE_DIR}/quantum/process_keycode/process_ucis.c"
"${QMK_BASE_DIR}/quantum/unicode/ucis.c"
)
endif()

Expand All @@ -75,6 +76,7 @@ if(UNICODEMAP_ENABLE)
message(STATUS "UNICODEMAP_ENABLE")
list(APPEND quantum_SOURCES
"${QMK_BASE_DIR}/quantum/process_keycode/process_unicodemap.c"
"${QMK_BASE_DIR}/quantum/unicode/unicodemap.c"
)
endif()

Expand Down

0 comments on commit bef04e3

Please sign in to comment.