diff options
| author | Ryan | 2023-04-26 23:45:43 +0200 |
|---|---|---|
| committer | GitHub | 2023-04-26 23:45:43 +0200 |
| commit | 4871f651c5328cc8c16d1ec991f3e865094b24c8 (patch) | |
| tree | cdcda3f68ab91319bc482f69c008396d66492c8b /keyboards/geonworks/frogmini/fms/fms.c | |
| parent | 67e18c0d6bea880b989104b0a0250c85902b1a75 (diff) | |
Move remaining `LAYOUT_all`s to data driven (#20463)
Diffstat (limited to 'keyboards/geonworks/frogmini/fms/fms.c')
| -rw-r--r-- | keyboards/geonworks/frogmini/fms/fms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/geonworks/frogmini/fms/fms.c b/keyboards/geonworks/frogmini/fms/fms.c index 551e126a78..70b4f96c0c 100644 --- a/keyboards/geonworks/frogmini/fms/fms.c +++ b/keyboards/geonworks/frogmini/fms/fms.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "fms.h" +#include "quantum.h" bool led_update_kb(led_t led_state) { bool res = led_update_user(led_state); |