1
0
Fork 0

Migrate some more layouts to data driven (#19889)

This commit is contained in:
Ryan 2023-02-23 09:32:18 +11:00 committed by GitHub
parent 3bf01bb9ed
commit ea77246865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 2172 additions and 3012 deletions

View file

@ -1,6 +1,6 @@
// Copyright 2022 Aidan Smith (@Aidan-OS)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "fine40.h"
#include "quantum.h"
enum keyboard_layers {
_MAIN,

View file

@ -1,3 +0,0 @@
// Copyright 2022 Aidan Smith (@Aidan-OS)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"