diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2019-03-30 16:13:28 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-29 22:13:28 -0700 |
commit | b846c25a56f1c949094fd2f4f587cb358b7cd8c5 (patch) | |
tree | 729caf6b2eefe6b48d9d1af654b46cae89ebba64 /keyboards/rama/koyu/koyu.c | |
parent | 3f9d20032a8559006ae01c985b86f94055ea10e6 (diff) | |
download | qmk_firmware-b846c25a56f1c949094fd2f4f587cb358b7cd8c5.tar.gz qmk_firmware-b846c25a56f1c949094fd2f4f587cb358b7cd8c5.zip |
[Keyboard] Added RAMA KOYU (#5512)
* Initial commit of RAMA KOYU
* Changed default layout
* removed IS_COMMAND()
Diffstat (limited to 'keyboards/rama/koyu/koyu.c')
-rw-r--r-- | keyboards/rama/koyu/koyu.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/rama/koyu/koyu.c b/keyboards/rama/koyu/koyu.c new file mode 100644 index 0000000000..03d1e12159 --- /dev/null +++ b/keyboards/rama/koyu/koyu.c @@ -0,0 +1,18 @@ +/* Copyright 2018 Jason Williams (Wilba) + * + * 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/>. + */ +#ifndef RGB_BACKLIGHT_KOYU +#error RGB_BACKLIGHT_KOYU not defined, you done goofed somehao, brah +#endif |