summaryrefslogtreecommitdiffstats
path: root/keyboards/nyquist/keymaps
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/keymaps
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/keymaps')
-rw-r--r--keyboards/nyquist/keymaps/default/config.h7
-rw-r--r--keyboards/nyquist/keymaps/default/rules.mk4
-rw-r--r--keyboards/nyquist/keymaps/hexwire/config.h7
-rw-r--r--keyboards/nyquist/keymaps/hexwire/rules.mk3
4 files changed, 2 insertions, 19 deletions
diff --git a/keyboards/nyquist/keymaps/default/config.h b/keyboards/nyquist/keymaps/default/config.h
index c4604af43..0fa606f29 100644
--- a/keyboards/nyquist/keymaps/default/config.h
+++ b/keyboards/nyquist/keymaps/default/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 CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
+#pragma once
/* Use I2C or Serial, not both */
@@ -37,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-
-#endif
diff --git a/keyboards/nyquist/keymaps/default/rules.mk b/keyboards/nyquist/keymaps/default/rules.mk
index 1e5761278..1e3cebb14 100644
--- a/keyboards/nyquist/keymaps/default/rules.mk
+++ b/keyboards/nyquist/keymaps/default/rules.mk
@@ -1,5 +1 @@
RGBLIGHT_ENABLE = yes
-
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif
diff --git a/keyboards/nyquist/keymaps/hexwire/config.h b/keyboards/nyquist/keymaps/hexwire/config.h
index 8b9c3ea2b..4f1901b5d 100644
--- a/keyboards/nyquist/keymaps/hexwire/config.h
+++ b/keyboards/nyquist/keymaps/hexwire/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 CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
+#pragma once
/* Use I2C or Serial, not both */
@@ -39,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-
-#endif
diff --git a/keyboards/nyquist/keymaps/hexwire/rules.mk b/keyboards/nyquist/keymaps/hexwire/rules.mk
index 1e5761278..a81250cdf 100644
--- a/keyboards/nyquist/keymaps/hexwire/rules.mk
+++ b/keyboards/nyquist/keymaps/hexwire/rules.mk
@@ -1,5 +1,2 @@
RGBLIGHT_ENABLE = yes
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif