diff options
author | Dane Skalski <daneski13@gmail.com> | 2023-04-05 01:06:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 18:06:24 +1000 |
commit | 1d045e854b7adbe8a60ce5aeb16438c4652949da (patch) | |
tree | 904c0314403569c311420dec5054bfa6551a94c3 /keyboards/junco/rev1/post_config.h | |
parent | f7176f070fd2b1cd6df25774f4de842200a7a342 (diff) |
Add Junco Keyboard (#19516)
Diffstat (limited to 'keyboards/junco/rev1/post_config.h')
-rw-r--r-- | keyboards/junco/rev1/post_config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/junco/rev1/post_config.h b/keyboards/junco/rev1/post_config.h new file mode 100644 index 0000000000..bcc15a941a --- /dev/null +++ b/keyboards/junco/rev1/post_config.h @@ -0,0 +1,15 @@ +// Copyright 2022 Dane Skalski (@Daneski13) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +/* Default Bootmagic lite */ +// Top left for left side is default in core + +// Top right for right side +#ifndef BOOTMAGIC_LITE_ROW_RIGHT +# define BOOTMAGIC_LITE_ROW_RIGHT 5 +#endif +#ifndef BOOTMAGIC_LITE_COLUMN_RIGHT +# define BOOTMAGIC_LITE_COLUMN_RIGHT 0 +#endif |