summaryrefslogtreecommitdiffstats
path: root/keyboards/jorne/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jorne/post_config.h')
-rw-r--r--keyboards/jorne/post_config.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/keyboards/jorne/post_config.h b/keyboards/jorne/post_config.h
deleted file mode 100644
index 8da923087e..0000000000
--- a/keyboards/jorne/post_config.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2021 Joric (@joric)
-// SPDX-License-Identifier: GPL-2.0-or-later
-#pragma once
-
-#ifndef BOOTMAGIC_LITE_ROW
-# define BOOTMAGIC_LITE_ROW 0
-#endif
-#ifndef BOOTMAGIC_LITE_COLUMN
-# define BOOTMAGIC_LITE_COLUMN 1
-#endif
-
-#ifndef BOOTMAGIC_LITE_ROW_RIGHT
-# define BOOTMAGIC_LITE_ROW_RIGHT 4
-#endif
-#ifndef BOOTMAGIC_LITE_COLUMN_RIGHT
-# define BOOTMAGIC_LITE_COLUMN_RIGHT 1
-#endif
-
-#ifdef RGBLIGHT_ENABLE
-# ifndef RGBLIGHT_LIMIT_VAL
-# define RGBLIGHT_LIMIT_VAL 120
-# endif
-#endif
-
-#ifdef RGB_MATRIX_ENABLE
-# ifndef RGB_MATRIX_MAXIMUM_BRIGHTNESS
-# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
-# endif
-#endif