diff options
Diffstat (limited to 'keyboards/splitkb/kyria/kyria.h')
-rw-r--r-- | keyboards/splitkb/kyria/kyria.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/splitkb/kyria/kyria.h b/keyboards/splitkb/kyria/kyria.h index 2b1a29815..984a83897 100644 --- a/keyboards/splitkb/kyria/kyria.h +++ b/keyboards/splitkb/kyria/kyria.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 |
@@ -20,6 +20,9 @@ | |||
20 | #if defined(KEYBOARD_splitkb_kyria_rev1) | 20 | #if defined(KEYBOARD_splitkb_kyria_rev1) |
21 | # include "rev1.h" | 21 | # include "rev1.h" |
22 | #endif | 22 | #endif |
23 | #if defined(KEYBOARD_splitkb_kyria_rev2) | ||
24 | # include "rev2.h" | ||
25 | #endif | ||
23 | 26 | ||
24 | /* This a shortcut to help you visually see your layout. | 27 | /* This a shortcut to help you visually see your layout. |
25 | * | 28 | * |