archived old files

This commit is contained in:
2025-09-07 17:13:32 -07:00
parent 6e29255f40
commit 92f4af5d09
3593 changed files with 218271 additions and 11872 deletions

View File

@@ -0,0 +1,8 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
file(REMOVE_RECURSE
"modularkbd.map"
)
endif()