summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc/config.h
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2016-09-19 13:26:18 +0200
committerdbroqua <dbroqua@mousur.org>2016-09-19 13:26:18 +0200
commit21b6e4c1f3225fed55926a4e6be2888d17fe5fd2 (patch)
tree63504b528703a65c4addda6658a701e405bba44c /keyboards/planck/keymaps/pvc/config.h
parent94af0194ddfe8f8a3069c926170d8995de5c1781 (diff)
parentc438a2a265b366c8e4594ce561feb896018983f0 (diff)
downloadqmk_firmware-21b6e4c1f3225fed55926a4e6be2888d17fe5fd2.tar.gz
qmk_firmware-21b6e4c1f3225fed55926a4e6be2888d17fe5fd2.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'keyboards/planck/keymaps/pvc/config.h')
-rw-r--r--keyboards/planck/keymaps/pvc/config.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/keyboards/planck/keymaps/pvc/config.h b/keyboards/planck/keymaps/pvc/config.h
index c857a3e89..1004c8b99 100644
--- a/keyboards/planck/keymaps/pvc/config.h
+++ b/keyboards/planck/keymaps/pvc/config.h
@@ -59,13 +59,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
-/* ws2812 RGB LED */
-#define RGB_DI_PIN D1
-#define RGBLIGHT_TIMER
-#define RGBLED_NUM 28 // Number of LEDs
-#define RGBLIGHT_HUE_STEP 10
-#define RGBLIGHT_SAT_STEP 17
-#define RGBLIGHT_VAL_STEP 17
+#define BACKLIGHT_PIN B7
+#define BACKLIGHT_BREATHING
/*
* Feature disable options
@@ -73,10 +68,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* disable debug print */
-//#define NO_DEBUG
+#ifndef NO_DEBUG
+# define NO_DEBUG
+#endif
/* disable print */
-//#define NO_PRINT
+// #ifndef NO_PRINT
+// # define NO_PRINT
+// #endif
+
+/* Only print user print statements */
+#define USER_PRINT
+
/* disable action features */
//#define NO_ACTION_LAYER