From d678724ca8978b4d0ad981d11be4171e6315caca Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 4 May 2018 11:06:04 -0700 Subject: Fix Atom47 Keyboard --- keyboards/atom47/rev2/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/atom47/rev2/config.h') diff --git a/keyboards/atom47/rev2/config.h b/keyboards/atom47/rev2/config.h index 82e8baaef..df21130d3 100644 --- a/keyboards/atom47/rev2/config.h +++ b/keyboards/atom47/rev2/config.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef REV2_CONFIG_H +#define REV2_CONFIG_H #include "config_common.h" @@ -26,7 +26,7 @@ along with this program. If not, see . #define DEVICE_VER 0x0003 #define MANUFACTURER Vortex #define PRODUCT Core -#define DESCRIPTION Atom47 PCB for the Vortex Core +#define DESCRIPTION Atom47 PCB for the Vortex Core Rev.2 /* key matrix size */ #define MATRIX_ROWS 4 -- cgit v1.2.3