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
Review changes
Remove unnecessary code fragments that
were pointed out in the review
of PR #3695 by @drashna.
  • Loading branch information
frederik-h committed Aug 26, 2018
commit 5df6bbbdbe839d189425cfd33422a43bd5be39fc
2 changes: 0 additions & 2 deletions keyboards/redox/keymaps/german/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#include "../../config.h"

/* Use I2C or Serial, not both */

// #define USE_SERIAL
Expand Down
10 changes: 0 additions & 10 deletions keyboards/redox/keymaps/german/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)

};

#ifdef AUDIO_ENABLE
float tone_qwerty[][2] = SONG(QWERTY_SOUND);
#endif

void persistent_default_layer_set(uint16_t default_layer) {
eeconfig_update_default_layer(default_layer);
default_layer_set(default_layer);
}