sekigon-gonnoc / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
208 stars 84 forks source link

Missing "pico_eeprom.h" in rp2040 branch. #47

Closed hsgw closed 2 years ago

hsgw commented 2 years ago

Missing "pico_eeprom.h" included in keymaps/keymap.c. It seems to build fine if I remove the include statement.

sekigon-gonnoc commented 2 years ago

pico_eeprom.h was removed in previous commit. I removed all include statements in the latest commit.