mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
[Cornia/makefiles] remove license headers & root makefile
This commit is contained in:
parent
261dd0d7c1
commit
88c9c31c23
@ -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
|
||||
|
@ -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
|
||||
|
@ -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).
|
||||
|
@ -1 +0,0 @@
|
||||
DEFAULT_FOLDER = cornia/v1
|
Loading…
Reference in New Issue
Block a user