Browse Source

Add license headers

pull/13513/head
merlin04 2 years ago
parent
commit
2918a4bff6
No known key found for this signature in database GPG Key ID: 20E0A63FF125355A
3 changed files with 50 additions and 0 deletions
  1. +18
    -0
      keyboards/ploopyco/trackball/keymaps/merlin04/config.h
  2. +16
    -0
      users/merlin04/register_any.c
  3. +16
    -0
      users/merlin04/register_any.h

+ 18
- 0
keyboards/ploopyco/trackball/keymaps/merlin04/config.h View File

@ -1,2 +1,20 @@
/* Copyright 2021 Benjamin Smith (@Merlin04)
*
* 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 3 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/>.
*/
#pragma once
#define TAPPING_TERM 175
#define IGNORE_MOD_TAP_INTERRUPT

+ 16
- 0
users/merlin04/register_any.c View File

@ -1,3 +1,19 @@
/* Copyright 2021 Benjamin Smith (@Merlin04)
*
* 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 3 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 "register_any.h"
#include "action.h"
#include QMK_KEYBOARD_H


+ 16
- 0
users/merlin04/register_any.h View File

@ -1,3 +1,19 @@
/* Copyright 2021 Benjamin Smith (@Merlin04)
*
* 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 3 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/>.
*/
#pragma once
#include QMK_KEYBOARD_H


Loading…
Cancel
Save