Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add german layout for redox keyboard #3695

Merged
merged 4 commits into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor changes
* Remove #ifdef include guard by #pragma once
* Remove unnecessary include from rules.mk
  • Loading branch information
frederik-h committed Aug 20, 2018
commit 5cc82570bf018f3d4cb860fc6d49c97cb8084f19
5 changes: 1 addition & 4 deletions keyboards/redox/keymaps/german/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ 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 CONFIG_USER_H
#define CONFIG_USER_H
#pragma once

#include "../../config.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line isn't needed. All relevant config.h files are included by default.


Expand All @@ -37,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8

#endif
4 changes: 0 additions & 4 deletions keyboards/redox/keymaps/german/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
RGBLIGHT_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif