diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-09 18:49:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-09 18:49:03 +0000 |
commit | 0a453194e89f85bb552bf7adbcfa9b4c41bb13c4 (patch) | |
tree | e940998cbf331c24610d7a989f6b484c067611e3 /keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h | |
parent | 3190c2f98d7cf6b8b3f66d9fd222c7a03f220fb4 (diff) | |
parent | f744e22b4944c4e8e5e71a4eb424dd4619c3e57d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h')
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h new file mode 100644 index 0000000000..16cdf9ed85 --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h @@ -0,0 +1,19 @@ +/* Copyright 2020 Team Mechlovin + * + * 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 + +#include "quantum.h" |