From fb980cf0320dfd5ce46086113df69415e332aad4 Mon Sep 17 00:00:00 2001 From: Ibnu Daru Aji Date: Wed, 5 Feb 2020 23:53:28 +0700 Subject: [Keyboard] Added Atreus Pro Micro variant (#8059) * new alternative controller. * following suggestions at qmk's 8059. * forgot to replace some underscores and keycodes. * following drashna's suggestions at qmk's 8059. * following zvecr's suggestion in qmk's 8059. * following noroadsleft's suggestion at qmk's 8059. --- keyboards/atreus/promicro/promicro.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/atreus/promicro/promicro.c (limited to 'keyboards/atreus/promicro/promicro.c') diff --git a/keyboards/atreus/promicro/promicro.c b/keyboards/atreus/promicro/promicro.c new file mode 100644 index 0000000000..ad08ac9f01 --- /dev/null +++ b/keyboards/atreus/promicro/promicro.c @@ -0,0 +1,16 @@ +/* Copyright 2020 + * + * 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 "promicro.h" -- cgit v1.2.3