diff options
author | Brandon Schlack <brandonschlack@gmail.com> | 2020-04-20 16:00:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 16:00:01 -0700 |
commit | 086a7cf80046e43f61193eb7b9ea8dc8a8029c13 (patch) | |
tree | 4a33905755404dfeea31870fb4207efbbc4ff273 /keyboards/coseyfannitutti/mysterium/config.h | |
parent | 99f7fe6bd4ab7bc332fcbe35ef741a4142a73b1f (diff) | |
download | qmk_firmware-086a7cf80046e43f61193eb7b9ea8dc8a8029c13.tar.gz qmk_firmware-086a7cf80046e43f61193eb7b9ea8dc8a8029c13.zip |
CFTKB Mysterium & Discipad VIA support (#8794)
* [Keyboard] Add VIA support to Mysterium
* [Keyboard] Add VIA support to Discipad
Diffstat (limited to 'keyboards/coseyfannitutti/mysterium/config.h')
-rw-r--r-- | keyboards/coseyfannitutti/mysterium/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index 1d0094b8b8..968794da99 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x6B62 #define PRODUCT_ID 0x8769 #define DEVICE_VER 0x0001 #define MANUFACTURER coseyfannitutti @@ -237,4 +237,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LCD_E_PORT LCD_PORT //< port for Enable line #define LCD_E_PIN 1 //< pin for Enable line #endif -*/
\ No newline at end of file +*/ + +/* Bootmagic Lite key configuration */ +#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_COLUMN 0 |