aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/jackhumbert/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-10-21 11:44:11 -1000
committerGitHub <noreply@github.com>2017-10-21 11:44:11 -1000
commit06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b (patch)
treea346452e61bf8047d18c9a6d4863cc4ac63a5717 /layouts/community/ergodox/jackhumbert/config.h
parent9bb259b660925c7a5cd64b3a0a4484cdf757b504 (diff)
downloadfirmware-06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b.tar.gz
firmware-06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b.tar.bz2
firmware-06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b.zip
Creates a userspace for keymaps (#1559)
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
Diffstat (limited to 'layouts/community/ergodox/jackhumbert/config.h')
-rw-r--r--layouts/community/ergodox/jackhumbert/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/community/ergodox/jackhumbert/config.h b/layouts/community/ergodox/jackhumbert/config.h
new file mode 100644
index 000000000..04bbed611
--- /dev/null
+++ b/layouts/community/ergodox/jackhumbert/config.h
@@ -0,0 +1,17 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include QMK_KEYBOARD_CONFIG_H
+
+/* ws2812 RGB LED */
+#define RGB_DI_PIN D7
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 15 // Number of LEDs
+#define RGBLIGHT_HUE_STEP 12
+#define RGBLIGHT_SAT_STEP 255
+#define RGBLIGHT_VAL_STEP 12
+
+#define RGB_MIDI
+#define RGBW_BB_TWI
+
+#endif \ No newline at end of file