[Cornia/makefiles] remove license headers & root makefile

This commit is contained in:
Vaarai 2024-10-26 09:29:49 +02:00
parent 261dd0d7c1
commit 88c9c31c23
4 changed files with 2 additions and 33 deletions

View File

@ -1,16 +1 @@
# Copyright 2024 Vaarai
#
# 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 <http://www.gnu.org/licenses/>.
TRI_LAYER_ENABLE = yes

View File

@ -1,18 +1,3 @@
# Copyright 2024 Vaarai
#
# 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 <http://www.gnu.org/licenses/>.
SRC += tap_dances.c
MOUSEKEY_ENABLE = yes

View File

@ -12,12 +12,12 @@ Hardware Availability: [PCB Data](https://github.com/Vaarai/Cornia)
Make example for this keyboard (after setting up your build environment):
```sh
make cornia:default
make cornia/v1:default
```
Flashing example for this keyboard:
```sh
make cornia:default:flash
make cornia/v1:default:flash
```
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK ? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -1 +0,0 @@
DEFAULT_FOLDER = cornia/v1