Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcompact/minivan: add gpl headers
Browse files Browse the repository at this point in the history
loksonarius committed Nov 17, 2020

Verified

This commit was signed with the committer’s verified signature.
radoering Randy Döring
1 parent b1cea5c commit 2dfed42
Showing 2 changed files with 32 additions and 2 deletions.
18 changes: 16 additions & 2 deletions keyboards/thevankeyboards/minivan/keymaps/dcompact/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#pragma once
/* Copyright 2020 Dan Herrera
*
* 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/>.
*/

// place overrides here
#pragma once
16 changes: 16 additions & 0 deletions keyboards/thevankeyboards/minivan/keymaps/dcompact/keymap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2020 Dan Herrera
*
* 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/>.
*/

#include QMK_KEYBOARD_H
#include "keymap_steno.h"

0 comments on commit 2dfed42

Please sign in to comment.