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

Set serial connection as default for the Redox rev1.0 keyboard #4488

Merged
merged 6 commits into from
Nov 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 2 additions & 4 deletions keyboards/redox/keymaps/default/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* Use I2C or Serial, not both */

// #define USE_SERIAL
#define USE_I2C
#define USE_SERIAL
// #define USE_I2C

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
Expand Down
2 changes: 0 additions & 2 deletions keyboards/redox/keymaps/finex/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* Use I2C or Serial, not both */

#define USE_SERIAL
// #define USE_I2C

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
Expand Down
8 changes: 3 additions & 5 deletions keyboards/redox/keymaps/german/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* Use I2C or Serial, not both */

// #define USE_SERIAL
#define USE_I2C
#define USE_SERIAL
// #define USE_I2C

/* Select hand configuration */

// #define MASTER_LEFT
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS

#undef RGBLED_NUM
Expand Down
6 changes: 2 additions & 4 deletions keyboards/redox/keymaps/italian/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

/* Use I2C or Serial, not both */

// #define USE_SERIAL
#define USE_I2C
#define USE_SERIAL
// #define USE_I2C

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
Expand Down
4 changes: 1 addition & 3 deletions keyboards/redox/keymaps/jeherve/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

/* Use I2C or Serial, not both */

/* Change the default tapping toggle value (normally 5) */
#define TAPPING_TOGGLE 2

/* Use I2C or Serial, not both */
#define USE_SERIAL
//#define USE_I2C

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
Expand Down
4 changes: 1 addition & 3 deletions keyboards/redox/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SUBPROJECT_rev1 = yes
USE_I2C = yes
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.

SPLIT_KEYBOARD = yes

Expand Down