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/kyria.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/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 | * |