From d653e5546120e42c07196fd85cb2b214bf91a738 Mon Sep 17 00:00:00 2001 From: Louis D Date: Mon, 2 Sep 2019 07:33:04 -0700 Subject: [Keyboard] add rgb led configuration for xd87 (#6635) * add rgb led configuration for xd87 * Add RGB underglow to a separate keymap * rename keymap and make small review changes --- keyboards/xd87/keymaps/default_underglow/config.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 keyboards/xd87/keymaps/default_underglow/config.h (limited to 'keyboards/xd87/keymaps/default_underglow/config.h') diff --git a/keyboards/xd87/keymaps/default_underglow/config.h b/keyboards/xd87/keymaps/default_underglow/config.h new file mode 100755 index 0000000000..6432d4b1f6 --- /dev/null +++ b/keyboards/xd87/keymaps/default_underglow/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 Louwii + * + * 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 . + */ + +#pragma once + +// place overrides here -- cgit v1.2.3