qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.08k stars 38.87k forks source link

Mechwild OBE/Waka60: Fix build warnings #23929

Closed fauxpark closed 3 months ago

fauxpark commented 3 months ago

Description

These boards have a subrev named "eeprom" which switches the EEPROM driver to an I2C one, but they only have a rules.mk and the keyboard.json is in the parent folder. While mechwild/{obe,waka60}/f4{0,1}1 all build correctly, the status page shows "invalid keyboard.json location" warnings for mechwild/{obe,waka60}/f4{0,1}1/eeprom.

Types of Changes

Issues Fixed or Closed by This PR

Checklist