summaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin/keymaps/itsaferbie/config.h
diff options
context:
space:
mode:
authorzvecr <z.zvecr@gmail.com>2018-11-09 00:17:41 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-09 00:17:41 +0100
commit73883425a55f23a319eb1522c2e3ce52b8e2f042 (patch)
tree83ba7208aeabd10d8d0cf36f573ae7b25ef79713 /keyboards/gherkin/keymaps/itsaferbie/config.h
parentef84bd979979f092980dc68d513a906e084c8c57 (diff)
downloadqmk_firmware-73883425a55f23a319eb1522c2e3ce52b8e2f042.tar.gz
qmk_firmware-73883425a55f23a319eb1522c2e3ce52b8e2f042.tar.xz
relocate 40percent.club boards to new parent folder (#4380)
* Initial move of 40percent.club boards to common parent folder. * Refactor readme files to be consistent * Refactor readme files to be consistent - fix make command examples. * Refactor readme files to be consistent - align readme filenames. * Refactor readme files to be consistent - fix repo url. * Disable Community keymap builds as they are currently failing due to missing functionality * Move more of 40percent.club boards to common parent folder. * Refactor readme files to be consistent - align readme filenames. * Refactor readme files to be consistent - fix make command examples.
Diffstat (limited to 'keyboards/gherkin/keymaps/itsaferbie/config.h')
-rw-r--r--keyboards/gherkin/keymaps/itsaferbie/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/gherkin/keymaps/itsaferbie/config.h b/keyboards/gherkin/keymaps/itsaferbie/config.h
deleted file mode 100644
index 71c0cb8b5..000000000
--- a/keyboards/gherkin/keymaps/itsaferbie/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
-
-#undef RGB_DI_PIN
-#undef RGBLED_NUM
-#define RGB_DI_PIN D2
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 8
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-
-#endif \ No newline at end of file