From 46f4422a87bf7e3aa52bd8770b14f8361d198e06 Mon Sep 17 00:00:00 2001 From: npspears <40127181+npspears@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:53:09 -0600 Subject: [Keyboard] Atlas alps/mx PCB addition (#11884) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/cannonkeys/atlas_alps/atlas_alps.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/cannonkeys/atlas_alps/atlas_alps.c (limited to 'keyboards/cannonkeys/atlas_alps/atlas_alps.c') diff --git a/keyboards/cannonkeys/atlas_alps/atlas_alps.c b/keyboards/cannonkeys/atlas_alps/atlas_alps.c new file mode 100644 index 0000000000..b1cdb84517 --- /dev/null +++ b/keyboards/cannonkeys/atlas_alps/atlas_alps.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Nathan Spears + * + * 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 . + */ + +#include "atlas_alps.h" -- cgit v1.2.3