aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/mtdjr/config.h
diff options
context:
space:
mode:
authormtdjr <mtdjr@users.noreply.github.com>2018-06-20 18:13:00 -0400
committerDrashna Jaelre <drashna@live.com>2018-06-20 15:13:00 -0700
commite8eaf5630cee4f5d16b0c86627579c5a695540d5 (patch)
tree0635413c03b59dc46f7af0f36f34d4e84fa06bf0 /keyboards/lets_split/keymaps/mtdjr/config.h
parentf46b1db9f4997631c3e09269e51faf5f2bc3aeaf (diff)
downloadfirmware-e8eaf5630cee4f5d16b0c86627579c5a695540d5.tar.gz
firmware-e8eaf5630cee4f5d16b0c86627579c5a695540d5.tar.bz2
firmware-e8eaf5630cee4f5d16b0c86627579c5a695540d5.zip
Updates to mtdjr userspace and keymaps (#3206)
* slight tweaks to xd75 keymap * update to config.h to remove undef of solenoid active * code organization for userspace * updates to userspace and keymaps * add rgb to userspace and lets split * add conditional around rgb functions in userpsace * move rgb layer changes into layer_state_set_user
Diffstat (limited to 'keyboards/lets_split/keymaps/mtdjr/config.h')
-rw-r--r--keyboards/lets_split/keymaps/mtdjr/config.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/lets_split/keymaps/mtdjr/config.h b/keyboards/lets_split/keymaps/mtdjr/config.h
index 2b5a19365..afbf73569 100644
--- a/keyboards/lets_split/keymaps/mtdjr/config.h
+++ b/keyboards/lets_split/keymaps/mtdjr/config.h
@@ -26,14 +26,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SOLENOID_ENABLE
#define SOLENOID_PIN F4
+#undef RGBLED_NUM
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 8
+
/* 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
+// #define EE_HANDS
#endif