diff options
author | L. K. Post <Crote@users.noreply.github.com> | 2022-02-21 07:33:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 22:33:00 -0800 |
commit | 14fb3cc8b04d019b585b0ea25d11f2939949429f (patch) | |
tree | 0cc99d8f6681e11c6cc92793f46171803ebad391 /keyboards/splitkb/kyria/keymaps/default/config.h | |
parent | 9bf25d1cd5f7616d30b000d50c51acd9dfaacd41 (diff) | |
download | qmk_firmware-14fb3cc8b04d019b585b0ea25d11f2939949429f.tar.gz qmk_firmware-14fb3cc8b04d019b585b0ea25d11f2939949429f.zip |
[Keyboard] Add Kyria rev. 2 (#16178)
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/default/config.h')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/default/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/default/config.h b/keyboards/splitkb/kyria/keymaps/default/config.h index be87e7ac9..f989d6740 100644 --- a/keyboards/splitkb/kyria/keymaps/default/config.h +++ b/keyboards/splitkb/kyria/keymaps/default/config.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2019 Thomas Baart <thomas@splitkb.com> | 1 | /* Copyright 2022 Thomas Baart <thomas@splitkb.com> |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
@@ -26,7 +26,3 @@ | |||
26 | 26 | ||
27 | // Lets you roll mod-tap keys | 27 | // Lets you roll mod-tap keys |
28 | #define IGNORE_MOD_TAP_INTERRUPT | 28 | #define IGNORE_MOD_TAP_INTERRUPT |
29 | |||
30 | // If you are using an Elite C rev3 on the slave side, uncomment the lines below: | ||
31 | // #define SPLIT_USB_DETECT | ||
32 | // #define NO_USB_STARTUP_CHECK | ||