diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-28 12:42:21 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-28 12:42:21 -0400 |
commit | 2d59c97ec16914835c55a409b460ecc79eba152d (patch) | |
tree | 14d5a07022da83a56c05738f2aa319ae84e41c2f /keyboards/satan | |
parent | 911d0a040e18ef10d4a683727845ba0314fe1226 (diff) | |
parent | 80667e898a17dfae86189d9f5f7dfcc9c7a08eea (diff) | |
download | firmware-2d59c97ec16914835c55a409b460ecc79eba152d.tar.gz firmware-2d59c97ec16914835c55a409b460ecc79eba152d.tar.bz2 firmware-2d59c97ec16914835c55a409b460ecc79eba152d.zip |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/satan')
-rw-r--r-- | keyboards/satan/keymaps/stanleylai/config.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/keyboards/satan/keymaps/stanleylai/config.h b/keyboards/satan/keymaps/stanleylai/config.h index ae2bd36db..7f4bb441c 100644 --- a/keyboards/satan/keymaps/stanleylai/config.h +++ b/keyboards/satan/keymaps/stanleylai/config.h @@ -1,20 +1,15 @@ #include "../../config.h" -// USB Device descriptor parameter -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0003 -#define MANUFACTURER Custom -#define PRODUCT GH60 rev.CHN -#define DESCRIPTION QMK keyboard firmware for GH60 with WS2812 support - // Backlight configuration +#undef BACKLIGHT_LEVELS #define BACKLIGHT_LEVELS 3 // Underlight configuration -#define RGB_DI_PIN E2 -#define RGBLIGHT_TIMER +#undef RGBLED_NUM #define RGBLED_NUM 6 // Number of LEDs +#undef RGBLIGHT_HUE_STEP #define RGBLIGHT_HUE_STEP 8 +#undef RGBLIGHT_SAT_STEP #define RGBLIGHT_SAT_STEP 8 +#undef RGBLIGHT_VAL_STEP #define RGBLIGHT_VAL_STEP 8 |