diff options
| -rw-r--r-- | keyboards/keebio/nyquist/keymaps/georgepetri/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/nyquist/keymaps/georgepetri/keymap.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/georgepetri/config.h b/keyboards/keebio/nyquist/keymaps/georgepetri/config.h index d13d3294f..3274bb60f 100644 --- a/keyboards/keebio/nyquist/keymaps/georgepetri/config.h +++ b/keyboards/keebio/nyquist/keymaps/georgepetri/config.h | |||
| @@ -23,3 +23,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | 23 | ||
| 24 | #define TAPPING_TOGGLE 2 | 24 | #define TAPPING_TOGGLE 2 |
| 25 | #define TAPPING_TERM 150 | 25 | #define TAPPING_TERM 150 |
| 26 | #undef RGBLED_SPLIT | ||
diff --git a/keyboards/keebio/nyquist/keymaps/georgepetri/keymap.c b/keyboards/keebio/nyquist/keymaps/georgepetri/keymap.c index 96ea4ff19..bd11a5ec8 100644 --- a/keyboards/keebio/nyquist/keymaps/georgepetri/keymap.c +++ b/keyboards/keebio/nyquist/keymaps/georgepetri/keymap.c | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | extern keymap_config_t keymap_config; | ||
| 4 | |||
| 5 | #define _BASE 0 | 3 | #define _BASE 0 |
| 6 | #define _L 1 | 4 | #define _L 1 |
| 7 | #define _R 2 | 5 | #define _R 2 |
