diff options
author | Cao Thai Duong <57068549+KD-MM2@users.noreply.github.com> | 2022-09-26 14:42:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 22:42:04 -0700 |
commit | 6809f154c9b8a405444c1a32839e7e3687ddb8e2 (patch) | |
tree | 6a4165f85c55598ba977592664a8f7fbbf26652a /keyboards/handwired/hwpm87/hwpm87.c | |
parent | 04b93bd2a9940bc194b512797a6a9a205c77e8c1 (diff) |
[Keyboard] Add Handwired 87 keys (#17682)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/hwpm87/hwpm87.c')
-rw-r--r-- | keyboards/handwired/hwpm87/hwpm87.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/hwpm87/hwpm87.c b/keyboards/handwired/hwpm87/hwpm87.c new file mode 100644 index 0000000000..9edc09c971 --- /dev/null +++ b/keyboards/handwired/hwpm87/hwpm87.c @@ -0,0 +1,4 @@ +// Copyright 2022 CAO THAI DUONG (@KD-MM2) +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "hwpm87.h" |