Browse Source

add copyright headers

pull/16453/head
Michael Ye 2 years ago
parent
commit
d24d10161e
4 changed files with 64 additions and 0 deletions
  1. +16
    -0
      keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c
  2. +16
    -0
      keyboards/gmmk/pro/ansi/keymaps/mly32/config.h
  3. +16
    -0
      keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c
  4. +16
    -0
      keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c

+ 16
- 0
keyboards/gmmk/pro/ansi/keymaps/mly32/binds.c View File

@ -1,3 +1,19 @@
/* Copyright 2022 mly32
*
* 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
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


+ 16
- 0
keyboards/gmmk/pro/ansi/keymaps/mly32/config.h View File

@ -1,3 +1,19 @@
/* Copyright 2022 mly32
*
* 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/>.
**/
#pragma once
#ifdef RGB_MATRIX_ENABLE


+ 16
- 0
keyboards/gmmk/pro/ansi/keymaps/mly32/keymap.c View File

@ -1,3 +1,19 @@
/* Copyright 2022 mly32
*
* 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 "binds.c"
/*


+ 16
- 0
keyboards/gmmk/pro/ansi/keymaps/mly32/rgb_gradient_td.c View File

@ -1,3 +1,19 @@
/* Copyright 2022 mly32
*
* 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/>.
**/
RGB_MATRIX_EFFECT(rgb_gradient_td)
#ifdef RGB_MATRIX_CUSTOM_EFFECT_IMPLS


Loading…
Cancel
Save