diff options
author | akrob <akrob@users.noreply.github.com> | 2018-10-27 10:41:17 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-27 09:41:17 -0700 |
commit | 5be438f03d0ae3ebdb9e24d249fdfd7f5c573634 (patch) | |
tree | 8ac8998b5b6a6cf51fb4a932899c24ae1f628931 /keyboards/iris/keymaps/transmogrified/config.h | |
parent | 9ea01035202e0d9b43413537702ac77b4c32108c (diff) |
Keymap: update keymap transmogrified (#4241)
* layer locked breathing, layer changed brighter leds
* move config for tapping term into config.h
* Respect LED off even with layer indicators, add readme and update config
to new standard
* update Readme with note about both sides of board being required to flash
Diffstat (limited to 'keyboards/iris/keymaps/transmogrified/config.h')
-rw-r--r-- | keyboards/iris/keymaps/transmogrified/config.h | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/keyboards/iris/keymaps/transmogrified/config.h b/keyboards/iris/keymaps/transmogrified/config.h index 8df0824b7a..12f2d7d6d8 100644 --- a/keyboards/iris/keymaps/transmogrified/config.h +++ b/keyboards/iris/keymaps/transmogrified/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Danny Nguyen <danny@keeb.io> +Copyright 2017 Adam Roberts <adam+gh@bikuman.com> 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 @@ -15,11 +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 - -#include "config_common.h" +#pragma once /* Use I2C or Serial, not both */ @@ -27,8 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define USE_I2C /* Select hand configuration */ - -// #define MASTER_LEFT +//#define MASTER_LEFT #define MASTER_RIGHT // #define EE_HANDS @@ -39,4 +34,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#endif +#define NO_USB_STARTUP_CHECK //keep both sides on when pc is sleeping. +#define TAPPING_TERM 200 + +// Remove features i don't use +#define NO_ACTION_ONESHOT +#define NO_ACTION_MACRO + +// Override the rev2 config.h BACKLIGHT_LEVELS setting +#undef BACKLIGHT_LEVELS +#define BACKLIGHT_LEVELS 125 |