diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-16 08:29:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-16 08:29:11 +0000 |
commit | 9f72f2727973b9c67db30345969ff016c3bf8778 (patch) | |
tree | 5a63369231bc3bd5a476dd17c1358206d5bb7a49 /keyboards/jorne/post_config.h | |
parent | c8fd62432a8c062b528c9235dbb18fbe2d751c01 (diff) | |
parent | 42555157b8275c42857acfc076d5aa7f375f3b79 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/jorne/post_config.h')
-rw-r--r-- | keyboards/jorne/post_config.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/jorne/post_config.h b/keyboards/jorne/post_config.h new file mode 100644 index 0000000000..8da923087e --- /dev/null +++ b/keyboards/jorne/post_config.h @@ -0,0 +1,29 @@ +// 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 |