diff options
author | Jack Humbert <jack.humb@gmail.com> | 2018-05-08 17:19:42 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-08 17:19:42 -0400 |
commit | c6ea96ab431806b8e610e325ace86fd7ef42a996 (patch) | |
tree | c0d54f28fc0f8415167224683810729057ab8f43 /keyboards/atom47/rev2/config.h | |
parent | 63d5c947d3bce7ad9db014b7930e4809aa16fa4c (diff) | |
parent | 466ee7642317b701181f156f54fa1439bfba2d01 (diff) |
Merge branch 'master' of github.com:qmk/qmk_firmware
Diffstat (limited to 'keyboards/atom47/rev2/config.h')
-rw-r--r-- | keyboards/atom47/rev2/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/atom47/rev2/config.h b/keyboards/atom47/rev2/config.h index 82e8baaefb..df21130d36 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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. #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 |