]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update old iris config
authorDrashna Jaelre <drashna@live.com>
Fri, 26 Oct 2018 05:08:22 +0000 (22:08 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 28 Oct 2018 15:44:58 +0000 (08:44 -0700)
keyboards/iris/keymaps/drashna_old/config.h
keyboards/iris/keymaps/drashna_old/rules.mk

index 6152ca5b6ecaca1b86f63495a474148eb70f8a28..e452f695a0d0f3b4396eef25d596a9f2294615b9 100644 (file)
@@ -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
index f6ec9d1e5adb3d20e8349cef4483d7789655b57f..441d15a54c2b71dd77fe75d216a807523d1f77a5 100644 (file)
@@ -1,4 +1,5 @@
 USER_NAME := drashna
+SRC += ../drashna/keymap.c
 
 BOOTMAGIC_ENABLE  = no       # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE   = no       # Mouse keys(+4700)
@@ -10,12 +11,10 @@ RGBLIGHT_ENABLE   = yes
 AUDIO_ENABLE      = yes
 NKRO_ENABLE       = yes
 BACKLIGHT_ENABLE  = no
-SWAP_HANDS_ENABLE = no
+SWAP_HANDS_ENABLE = yes
 
 INDICATOR_LIGHTS  = yes
 MACROS_ENABLED    = no
 RGBLIGHT_TWINKLE  = yes
 
-SRC += ../drashna/keymap.c
-
 BOOTLOADER        = qmk-dfu