diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2020-08-07 17:46:16 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 03:46:16 -0700 |
commit | fc8cf8ec82107bc7620f9c2860191661b457e023 (patch) | |
tree | 618f662bff2e050fc35ccb6a1f40e630f7b7b782 /keyboards/mechlovin/adelais/rgb_led/rev2/rev2.h | |
parent | 242336d475126599f68c3a2cb34b88549d1a3be9 (diff) |
[Keyboard] Adelais En Ciel rev2 (#9834)
* add
* update
* update
* update
* Update config.h
* delete description config.h & change default folder
Diffstat (limited to 'keyboards/mechlovin/adelais/rgb_led/rev2/rev2.h')
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev2/rev2.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mechlovin/adelais/rgb_led/rev2/rev2.h b/keyboards/mechlovin/adelais/rgb_led/rev2/rev2.h new file mode 100644 index 0000000000..16cdf9ed85 --- /dev/null +++ b/keyboards/mechlovin/adelais/rgb_led/rev2/rev2.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" |