diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-06 17:48:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-06 17:48:01 +0000 |
commit | 26bb2d7063568242aa3ac34a79f92f3184733c6a (patch) | |
tree | 76aeca457f6d8edf2b56b37603549b95c6c19e5b /keyboards/crkbd/post_config.h | |
parent | 150f4ef5dcb3546566bcbbd7b744975bdebd23b6 (diff) | |
parent | 792c4e7893af4a2561794b6f067327d33f39847c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/post_config.h')
-rw-r--r-- | keyboards/crkbd/post_config.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/crkbd/post_config.h b/keyboards/crkbd/post_config.h new file mode 100644 index 0000000000..e9b0e09dd4 --- /dev/null +++ b/keyboards/crkbd/post_config.h @@ -0,0 +1,31 @@ +/* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#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 |