summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/jack/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/jack/config.h
parent9bb259b660925c7a5cd64b3a0a4484cdf757b504 (diff)
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/jack/config.h')
-rw-r--r--layouts/community/ergodox/jack/config.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/layouts/community/ergodox/jack/config.h b/layouts/community/ergodox/jack/config.h
deleted file mode 100644
index 04bbed611a..0000000000
--- a/layouts/community/ergodox/jack/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#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