Browse Source

added GPL license

pull/14688/head
nguyenvukhang 2 years ago
parent
commit
8963da2106
3 changed files with 47 additions and 16 deletions
  1. +16
    -0
      keyboards/keebio/iris/keymaps/khang/colors.h
  2. +15
    -16
      keyboards/keebio/iris/keymaps/khang/config.h
  3. +16
    -0
      keyboards/keebio/iris/keymaps/khang/extrakeys.h

+ 16
- 0
keyboards/keebio/iris/keymaps/khang/colors.h View File

@ -1,3 +1,19 @@
/* Copyright 2021 Nguyen Vu Khang <brew4k@gmail.com>
*
* 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
#define MINIMAL_BASEx(hue,sat) \


+ 15
- 16
keyboards/keebio/iris/keymaps/khang/config.h View File

@ -1,19 +1,18 @@
/*
Copyright 2021 Nguyen Vu Khang <brew4k@gmail.com>
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/>.
*/
/* Copyright 2021 Nguyen Vu Khang <brew4k@gmail.com>
*
* 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


+ 16
- 0
keyboards/keebio/iris/keymaps/khang/extrakeys.h View File

@ -1,3 +1,19 @@
/* Copyright 2021 Nguyen Vu Khang <brew4k@gmail.com>
*
* 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
enum my_keycodes {


Loading…
Cancel
Save