summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/config.h
diff options
context:
space:
mode:
authorJoshua T <joshua@sonofone.net>2017-01-07 21:01:21 +0100
committerJoshua T <joshua@sonofone.net>2017-01-07 21:01:21 +0100
commit8f8d10475956a17953f6db4db3f3b50bd795c0d8 (patch)
tree90c80474baa080e5743ee745ec98254e1a2faadd /keyboards/preonic/config.h
parentb7b44dc481430438552d91b7069d5e37a5e3a649 (diff)
parente7df488a92da56cf160ac64c8cc7302ab717e145 (diff)
downloadqmk_firmware-8f8d10475956a17953f6db4db3f3b50bd795c0d8.tar.gz
qmk_firmware-8f8d10475956a17953f6db4db3f3b50bd795c0d8.tar.xz
Merged from upstream
Diffstat (limited to 'keyboards/preonic/config.h')
-rw-r--r--keyboards/preonic/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/preonic/config.h b/keyboards/preonic/config.h
index 3fb978c2f..239c29ebf 100644
--- a/keyboards/preonic/config.h
+++ b/keyboards/preonic/config.h
@@ -37,6 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }
#define UNUSED_PINS
+#define AUDIO_VOICES
+
#define BACKLIGHT_PIN B7
/* COL2ROW or ROW2COL */
@@ -63,7 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN D1
-#define RGBLIGHT_TIMER
+#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 28 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17