aboutsummaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/zach/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic/keymaps/zach/config.h')
-rw-r--r--keyboards/preonic/keymaps/zach/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/preonic/keymaps/zach/config.h b/keyboards/preonic/keymaps/zach/config.h
index 25f88afdc..58690a4ab 100644
--- a/keyboards/preonic/keymaps/zach/config.h
+++ b/keyboards/preonic/keymaps/zach/config.h
@@ -45,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
45/* define if matrix has ghost */ 45/* define if matrix has ghost */
46//#define MATRIX_HAS_GHOST 46//#define MATRIX_HAS_GHOST
47 47
48
49#define BACKLIGHT_BREATHING // LED breathing 48#define BACKLIGHT_BREATHING // LED breathing
50/* number of backlight levels */ 49/* number of backlight levels */
51#define BACKLIGHT_LEVELS 5 50#define BACKLIGHT_LEVELS 5
@@ -58,11 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
58/* Locking resynchronize hack */ 57/* Locking resynchronize hack */
59//#define LOCKING_RESYNC_ENABLE 58//#define LOCKING_RESYNC_ENABLE
60 59
61/* key combination for command */
62#define IS_COMMAND() ( \
63 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
64)
65
66/* ws2812 RGB LED */ 60/* ws2812 RGB LED */
67//#define RGB_DI_PIN D1 61//#define RGB_DI_PIN D1
68 62
@@ -90,5 +84,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
90//#define DYNAMIC_MACRO_ENABLE // Enable if you need to use the macro functionality 84//#define DYNAMIC_MACRO_ENABLE // Enable if you need to use the macro functionality
91//#define SPACE_CADET // Parenthesis on L/R shift 85//#define SPACE_CADET // Parenthesis on L/R shift
92 86
93
94#endif 87#endif