Please try to setup this keyboard from a fresh qmk install and troubleshoot the relevant problems. Below are what I found:
-
Give instructions for installing a working keyboards/linker/wireless. I could not find a wireless directory in your repo list or fork of qmk.
-
I kept getting include errors until adding the required directories and moving files:
mkdir wls rgb_record
mv wls* wls
mv rgb_record* rgb_record
Here's the wireless error I'm getting. I can of course remove the include, but I would like the wireless capability.
Compiling: keyboards/leo/epomaker_split65/rgb_record/rgb_record.c In file included from keyboards/leo/epomaker_split65/rgb_record/rgb_record.c:4:
keyboards/leo/epomaker_split65/rgb_record/rgb_record.h:27:10: fatal error: wireless.h: No such file or directory
27 | #include "wireless.h"
| ^~~~~~~~~~~~
compilation terminated.
Please try to setup this keyboard from a fresh qmk install and troubleshoot the relevant problems. Below are what I found:
Give instructions for installing a working
keyboards/linker/wireless. I could not find a wireless directory in your repo list or fork of qmk.I kept getting include errors until adding the required directories and moving files:
Here's the wireless error I'm getting. I can of course remove the include, but I would like the wireless capability.