diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-25 22:08:22 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-28 08:44:58 -0700 |
commit | ba7a1e89769049ba24de92e6538875803079a702 (patch) | |
tree | ebdd52b6f54d51b3b963dacbf6392e7376ec6f56 /keyboards/iris/keymaps/drashna_old/config.h | |
parent | 7b3ead01339bcf75eecfa2c2c704159906995986 (diff) |
Update old iris config
Diffstat (limited to 'keyboards/iris/keymaps/drashna_old/config.h')
-rw-r--r-- | keyboards/iris/keymaps/drashna_old/config.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/iris/keymaps/drashna_old/config.h b/keyboards/iris/keymaps/drashna_old/config.h index 6152ca5b6e..e452f695a0 100644 --- a/keyboards/iris/keymaps/drashna_old/config.h +++ b/keyboards/iris/keymaps/drashna_old/config.h @@ -15,10 +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 */ @@ -34,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef RGBLIGHT_ENABLE #undef RGBLED_NUM #define RGBLED_NUM 16 // Number of LEDs -#define RGBLIGHT_ANIMATIONS + #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 12 #define RGBLIGHT_VAL_STEP 12 @@ -70,5 +67,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ALT_LED1 7 #define GUI_LED1 8 - -#endif |