diff options
author | Dari <41168529+dari-studios@users.noreply.github.com> | 2022-02-26 20:18:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 17:18:51 -0800 |
commit | d94b5d0b8219dfce42aad5798d3bb1d6cf7fec19 (patch) | |
tree | 8800e17ddfb81e2c9ac027b71af64e8c8df5a127 /keyboards/handwired/lemonpad/lemonpad.c | |
parent | 3057e5f8ca523427644ca1e8745bc0b5492a6d67 (diff) | |
download | qmk_firmware-d94b5d0b8219dfce42aad5798d3bb1d6cf7fec19.tar.gz qmk_firmware-d94b5d0b8219dfce42aad5798d3bb1d6cf7fec19.zip |
[Handwired] Support for Adafruit lemon keypad (#16395)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/lemonpad/lemonpad.c')
-rw-r--r-- | keyboards/handwired/lemonpad/lemonpad.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/handwired/lemonpad/lemonpad.c b/keyboards/handwired/lemonpad/lemonpad.c new file mode 100644 index 0000000000..cb5c1461a5 --- /dev/null +++ b/keyboards/handwired/lemonpad/lemonpad.c @@ -0,0 +1,17 @@ +/* Copyright 2022 dari-studios (@dari-studios) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "lemonpad.h" |