diff options
| author | George Petri <t8_8t@icloud.com> | 2021-02-07 19:58:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 09:58:23 -0800 |
| commit | 13c562e1544a02e1fb63af5d885b7f5718b682b1 (patch) | |
| tree | 772ccd5e9d07db4e175aa871064adcbfe6a40388 | |
| parent | c1aeec9635f5683db195b2d380ad35dddee13c0b (diff) | |
| download | qmk_firmware-13c562e1544a02e1fb63af5d885b7f5718b682b1.tar.gz qmk_firmware-13c562e1544a02e1fb63af5d885b7f5718b682b1.zip | |
[Keymap] Update keymap for keebio/nyquist (#11734)
| -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 |
