Skip to content

Commit 936c912

Browse files
committed
force to use FunKey default values
Signed-off-by: Michel-FK <[email protected]>
1 parent 56a63af commit 936c912

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CMake/funkey-s_defs.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set(USE_SDL2 OFF)
2-
set(PATH_DEFAULT \"/mnt\")
32
set(FILE_SYSTEM \"/dev/mmcblk0p4\")
3+
set(PATH_DEFAULT \"/mnt\")
4+
set(PATH_DEFAULT_RIGHT \"/mnt/FunKey\")
45
set(SCREEN_WIDTH 240)
56

67
set(MYKEY_UP SDLK_u) # Up

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ option(WITH_SYSTEM_SDL_GFX "Use system SDL_gfx library" OFF)
2626
option(WITH_SYSTEM_SDL_TTF "Use system SDL_ttf library" OFF)
2727

2828
set(RES_DIR \"res/\" CACHE STRING "Resources directory")
29-
set(FILE_SYSTEM \"/dev/mmcblk1p1\" CACHE STRING "Default filesystem (for Disk info)")
30-
set(PATH_DEFAULT "" CACHE STRING "Default path for the left pane (default: getenv(\"PWD\")")
31-
set(PATH_DEFAULT_RIGHT "" CACHE STRING "Default path for the right pane (default: getenv(\"HOME\")")
29+
#set(FILE_SYSTEM \"/dev/mmcblk1p1\" CACHE STRING "Default filesystem (for Disk info)")
30+
#set(PATH_DEFAULT "" CACHE STRING "Default path for the left pane (default: getenv(\"PWD\")")
31+
#set(PATH_DEFAULT_RIGHT "" CACHE STRING "Default path for the right pane (default: getenv(\"HOME\")")
3232
set(AUTOSCALE 1 CACHE STRING "Auto-detect resolution (maximize on startup if there is a windowing system)")
3333
set(AUTOSCALE_DPI 1 CACHE STRING "Auto-detect DPI scaling factors")
3434
set(WITH_SYSTEM_SDL_TTF OFF CACHE BOOL "Use system sdl_ttf")

0 commit comments

Comments
 (0)