summaryrefslogtreecommitdiff
path: root/keyboards/nebula12
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nebula12')
-rwxr-xr-xkeyboards/nebula12/config.h6
-rwxr-xr-xkeyboards/nebula12/nebula12.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/nebula12/config.h b/keyboards/nebula12/config.h
index 97f489fee2..ab9f213448 100755
--- a/keyboards/nebula12/config.h
+++ b/keyboards/nebula12/config.h
@@ -19,6 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
+/* Ensure we jump to bootloader if the RESET keycode was pressed */
+#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
+
+/* LSE clock */
+#define STM32_LSECLK 32768
+
/* USB Device descriptor parameter */
#define VENDOR_ID 0x8968
#define PRODUCT_ID 0x5337
diff --git a/keyboards/nebula12/nebula12.c b/keyboards/nebula12/nebula12.c
index b23024acf1..7491bee844 100755
--- a/keyboards/nebula12/nebula12.c
+++ b/keyboards/nebula12/nebula12.c
@@ -23,7 +23,3 @@ void board_init(void) {
SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
-
-void keyboard_post_init_user(void) {
-rgblight_set_effect_range(0, 4);
-}