summaryrefslogtreecommitdiffstats
path: root/keyboards/nyquist/rev2/config.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-11-05 20:00:38 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-05 20:00:38 +0100
commita49d0a1e83d686a6c7a0673ffbd691f80908ea6f (patch)
tree13b4d12f92adb6b6e8fba05c831b712683eac010 /keyboards/nyquist/rev2/config.h
parenta95fc388fd85ffddcaf07e56ce5a147458fad47c (diff)
downloadqmk_firmware-a49d0a1e83d686a6c7a0673ffbd691f80908ea6f.tar.gz
qmk_firmware-a49d0a1e83d686a6c7a0673ffbd691f80908ea6f.tar.xz
Keyboard: Add Nyquist Rev 3 (#4287)
* Add Nyquist Rev 3 * Switch to split_common
Diffstat (limited to 'keyboards/nyquist/rev2/config.h')
-rw-r--r--keyboards/nyquist/rev2/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/nyquist/rev2/config.h b/keyboards/nyquist/rev2/config.h
index ab062c920..7dc743b27 100644
--- a/keyboards/nyquist/rev2/config.h
+++ b/keyboards/nyquist/rev2/config.h
@@ -15,10 +15,7 @@ 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 REV2_CONFIG_H
-#define REV2_CONFIG_H
-
-#include QMK_KEYBOARD_CONFIG_H
+#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xCB10
@@ -82,5 +79,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif