From b846c25a56f1c949094fd2f4f587cb358b7cd8c5 Mon Sep 17 00:00:00 2001 From: Wilba Date: Sat, 30 Mar 2019 16:13:28 +1100 Subject: [Keyboard] Added RAMA KOYU (#5512) * Initial commit of RAMA KOYU * Changed default layout * removed IS_COMMAND() --- keyboards/rama/koyu/koyu.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/rama/koyu/koyu.c (limited to 'keyboards/rama/koyu/koyu.c') 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 . + */ +#ifndef RGB_BACKLIGHT_KOYU +#error RGB_BACKLIGHT_KOYU not defined, you done goofed somehao, brah +#endif -- cgit v1.2.3