From 334105383cd6250481a1f189046e62c156d499c0 Mon Sep 17 00:00:00 2001 From: Dimitris Mantzouranis Date: Fri, 20 Sep 2024 14:29:46 +0300 Subject: [PATCH] [flesports/fl980] config updates --- keyboards/flesports/fl980/fl980.h | 20 ------------------- .../fl980/{info.json => keyboard.json} | 0 .../flesports/fl980/keymaps/custom/config.h | 2 -- .../flesports/fl980/keymaps/via/config.h | 2 -- keyboards/flesports/fl980/rules.mk | 0 5 files changed, 24 deletions(-) delete mode 100644 keyboards/flesports/fl980/fl980.h rename keyboards/flesports/fl980/{info.json => keyboard.json} (100%) delete mode 100644 keyboards/flesports/fl980/rules.mk diff --git a/keyboards/flesports/fl980/fl980.h b/keyboards/flesports/fl980/fl980.h deleted file mode 100644 index 91170d1b232d..000000000000 --- a/keyboards/flesports/fl980/fl980.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright (C) 2023 Alexey Zagorodnikov - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -#include "quantum.h" - diff --git a/keyboards/flesports/fl980/info.json b/keyboards/flesports/fl980/keyboard.json similarity index 100% rename from keyboards/flesports/fl980/info.json rename to keyboards/flesports/fl980/keyboard.json diff --git a/keyboards/flesports/fl980/keymaps/custom/config.h b/keyboards/flesports/fl980/keymaps/custom/config.h index cc59f644b847..4db7f2973e1a 100644 --- a/keyboards/flesports/fl980/keymaps/custom/config.h +++ b/keyboards/flesports/fl980/keymaps/custom/config.h @@ -16,6 +16,4 @@ #pragma once -// Enable RGB Matrix -#define VIA_QMK_RGBLIGHT_ENABLE #define DYNAMIC_KEYMAP_LAYER_COUNT 2 diff --git a/keyboards/flesports/fl980/keymaps/via/config.h b/keyboards/flesports/fl980/keymaps/via/config.h index cc59f644b847..4db7f2973e1a 100644 --- a/keyboards/flesports/fl980/keymaps/via/config.h +++ b/keyboards/flesports/fl980/keymaps/via/config.h @@ -16,6 +16,4 @@ #pragma once -// Enable RGB Matrix -#define VIA_QMK_RGBLIGHT_ENABLE #define DYNAMIC_KEYMAP_LAYER_COUNT 2 diff --git a/keyboards/flesports/fl980/rules.mk b/keyboards/flesports/fl980/rules.mk deleted file mode 100644 index e69de29bb2d1..000000000000