I have been following the manual's instructions, on section "Firmware - Via/Vial, QMK, xwhatsit", under "For those flashing firmware for first time on a computer", below Step 31 "New procedure from scratch Ubuntu install".Ellipse wrote: 15 Nov 2022, 03:54 I believe it may have something to do with commenting out the line of code as noted in the manual:
#define HAPTIC_EXCLUSION_KEYS 1
Commented out:
//#define HAPTIC_EXCLUSION_KEYS 1
I set up a VirtualBox UbuntuLTS instance, updated the system and installed qmk, cloned the qmk_firmware_andrei repo, and copied qmk_firmware_andrei/qmk_firmware/keyboards/xwhatsit/ folder to qmk_firmware/keyboards/ folder.
I cannot find a haptic.c file within the qmk_firmware/keyboards/xwhatsit/ folder and subdirectories, and qmk_firmware/keyboards/xwhatsit/brand_new_model_f/f77/wcass/ folder.
Instead I found a haptic.c file in qmk_firmware_andrei/qmk_firmware/drivers/haptic/, screenshot attached.
Should I be copying over that directory and its contents to qmk_firmware/drivers/haptic? The latter does not have haptic.c and haptic.h files, only the other 4 .c and .h files.