logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: e156d5c13b52be03d7b4db081b8000a7c93f7dfe
parent 0e6548303d85103feb8620836f51bc4f506c743f
Author: Nick Brassel <nick@tzarc.org>
Date:   Sun, 28 Nov 2021 05:52:17 +1100

Fix build. (#15322)


Diffstat:

Rkeyboards/tgr/jane/v2/keymaps/config.h -> keyboards/tgr/jane/v2/config.h0
Rkeyboards/tgr/jane/v2/keymaps/info.json -> keyboards/tgr/jane/v2/info.json0
Dkeyboards/tgr/jane/v2/keymaps/jane.c17-----------------
Rkeyboards/tgr/jane/v2/keymaps/readme.md -> keyboards/tgr/jane/v2/readme.md0
Rkeyboards/tgr/jane/v2/keymaps/rules.mk -> keyboards/tgr/jane/v2/rules.mk0
Akeyboards/tgr/jane/v2/v2.c17+++++++++++++++++
Rkeyboards/tgr/jane/v2/keymaps/jane.h -> keyboards/tgr/jane/v2/v2.h0
7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/keyboards/tgr/jane/v2/keymaps/config.h b/keyboards/tgr/jane/v2/config.h diff --git a/keyboards/tgr/jane/v2/keymaps/info.json b/keyboards/tgr/jane/v2/info.json diff --git a/keyboards/tgr/jane/v2/keymaps/jane.c b/keyboards/tgr/jane/v2/keymaps/jane.c @@ -1,17 +0,0 @@ -/* Copyright 2019 MechMerlin - * - * 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 "jane.h" diff --git a/keyboards/tgr/jane/v2/keymaps/readme.md b/keyboards/tgr/jane/v2/readme.md diff --git a/keyboards/tgr/jane/v2/keymaps/rules.mk b/keyboards/tgr/jane/v2/rules.mk diff --git a/keyboards/tgr/jane/v2/v2.c b/keyboards/tgr/jane/v2/v2.c @@ -0,0 +1,17 @@ +/* Copyright 2019 MechMerlin + * + * 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 "v2.h" diff --git a/keyboards/tgr/jane/v2/keymaps/jane.h b/keyboards/tgr/jane/v2/v2.h