diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-27 07:45:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 07:45:43 +1000 |
commit | 4871f651c5328cc8c16d1ec991f3e865094b24c8 (patch) | |
tree | cdcda3f68ab91319bc482f69c008396d66492c8b /keyboards/hineybush/h75_singa/h75_singa.c | |
parent | 67e18c0d6bea880b989104b0a0250c85902b1a75 (diff) |
Move remaining `LAYOUT_all`s to data driven (#20463)
Diffstat (limited to 'keyboards/hineybush/h75_singa/h75_singa.c')
-rw-r--r-- | keyboards/hineybush/h75_singa/h75_singa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/h75_singa/h75_singa.c b/keyboards/hineybush/h75_singa/h75_singa.c index 290f6023e1..badd12849d 100644 --- a/keyboards/hineybush/h75_singa/h75_singa.c +++ b/keyboards/hineybush/h75_singa/h75_singa.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "h75_singa.h" +#include "quantum.h" void eeconfig_init_kb(void) { // EEPROM is getting reset! rgblight_enable(); // Enable RGB by default |