Skip to content

Commit

Permalink
[fbink] go back to using ABS_MT_DISTANCE
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed Feb 12, 2024
1 parent d05c145 commit 79a6c29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/actions.make
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif
clean-default:
rm ${SRC_DIR}/build/${EXE}
compile_kobo: ../build/stb.arm.o libfbink
compile_kobo: export CPP_FLAGS += -O2 -static -static-libstdc++ -static-libgcc
compile_kobo: export CPP_FLAGS += -O2 -static -static-libstdc++ -static-libgcc -Wno-narrowing
compile_kobo: export OKP_FLAGS += ../build/stb.arm.o
compile_kobo:
CXX=${CXX_BIN} okp ${OKP_FLAGS} -- -D"KOBO=1" -D${RMKIT_IMPL} ${CPP_FLAGS}
Expand Down
4 changes: 0 additions & 4 deletions src/remux/launcher.cpy
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
#define TOUCH_FLOOD_EVENT ABS_DISTANCE
#endif

#ifdef RMKIT_FBINK
#define TOUCH_FLOOD_EVENT ABS_DISTANCE
#endif

TIMEOUT := 1
// all time is in seconds
MIN := 60
Expand Down

0 comments on commit 79a6c29

Please sign in to comment.