diff options
author | Jeremy Bernhardt <bernhardtjeremy@gmail.com> | 2019-08-06 11:20:48 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-06 10:20:48 -0700 |
commit | 07bdc8f4b7268f69a789bfe7656e8384bfcfed57 (patch) | |
tree | 50110933438d9fc4b928f9d6e225f8a8e397af8f /keyboards/gergo/config.h | |
parent | ae934c389e755ae780eb6e385f55b687581c5db4 (diff) | |
download | qmk_firmware-07bdc8f4b7268f69a789bfe7656e8384bfcfed57.tar.gz |
[Keyboard] Added little fixes and bootmagic for gBoard keebs (#6477)
* Added little fixes and bootmagic
* Update keyboards/gergo/keymaps/oled/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* whacked out quantum_libs
Diffstat (limited to 'keyboards/gergo/config.h')
-rw-r--r-- | keyboards/gergo/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/gergo/config.h b/keyboards/gergo/config.h index e4c61ecb0..f8738f095 100644 --- a/keyboards/gergo/config.h +++ b/keyboards/gergo/config.h @@ -21,6 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #include "config_common.h" +#define BOOTMAGIC_LITE_ROW 13 +#define BOOTMAGIC_LITE_COLUMN 2 + /* Defaults */ #ifndef BALLSTEP #define BALLSTEP 20 |