diff options
author | Danny <nooges@users.noreply.github.com> | 2018-11-05 14:00:38 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-05 11:00:38 -0800 |
commit | a49d0a1e83d686a6c7a0673ffbd691f80908ea6f (patch) | |
tree | 13b4d12f92adb6b6e8fba05c831b712683eac010 /keyboards/nyquist/rev1 | |
parent | a95fc388fd85ffddcaf07e56ce5a147458fad47c (diff) | |
download | qmk_firmware-a49d0a1e83d686a6c7a0673ffbd691f80908ea6f.tar.gz qmk_firmware-a49d0a1e83d686a6c7a0673ffbd691f80908ea6f.zip |
Keyboard: Add Nyquist Rev 3 (#4287)
* Add Nyquist Rev 3
* Switch to split_common
Diffstat (limited to 'keyboards/nyquist/rev1')
-rw-r--r-- | keyboards/nyquist/rev1/config.h | 7 | ||||
-rw-r--r-- | keyboards/nyquist/rev1/rev1.h | 5 |
2 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/nyquist/rev1/config.h b/keyboards/nyquist/rev1/config.h index eec084eccd..35fbaffb96 100644 --- a/keyboards/nyquist/rev1/config.h +++ b/keyboards/nyquist/rev1/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 REV1_CONFIG_H -#define REV1_CONFIG_H - -#include QMK_KEYBOARD_CONFIG_H +#pragma once /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 @@ -81,5 +78,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 diff --git a/keyboards/nyquist/rev1/rev1.h b/keyboards/nyquist/rev1/rev1.h index 2d4c9f73ee..6d3a23383b 100644 --- a/keyboards/nyquist/rev1/rev1.h +++ b/keyboards/nyquist/rev1/rev1.h @@ -1,5 +1,4 @@ -#ifndef REV1_H -#define REV1_H +#pragma once #include "nyquist.h" @@ -64,5 +63,3 @@ #endif #define LAYOUT_ortho_5x12 LAYOUT - -#endif |