diff options
author | Danny <nooges@users.noreply.github.com> | 2020-10-17 03:30:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 00:30:26 -0700 |
commit | 42696a4f8c9170f9dbf3a1ec05ca95079b7a77a9 (patch) | |
tree | affc4342ab2df23cd15041924de16e721b3084d1 /keyboards/keebio/nyquist/rev2 | |
parent | a4dfa45f376ac9364404a15c9adfe0b6b8d0e20e (diff) | |
download | qmk_firmware-42696a4f8c9170f9dbf3a1ec05ca95079b7a77a9.tar.gz qmk_firmware-42696a4f8c9170f9dbf3a1ec05ca95079b7a77a9.zip |
Update Nyquist VIA support and default keymap (#10632)
* Update default and via keymaps
* Update PID and enabled build options
* Update keyboards/keebio/nyquist/keymaps/via/keymap.c
* Update keyboards/keebio/nyquist/rev3/rules.mk
* Update keyboards/keebio/nyquist/rev2/rules.mk
Diffstat (limited to 'keyboards/keebio/nyquist/rev2')
-rw-r--r-- | keyboards/keebio/nyquist/rev2/config.h | 2 | ||||
-rw-r--r-- | keyboards/keebio/nyquist/rev2/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keebio/nyquist/rev2/config.h b/keyboards/keebio/nyquist/rev2/config.h index 2810bde7a2..b0429f5266 100644 --- a/keyboards/keebio/nyquist/rev2/config.h +++ b/keyboards/keebio/nyquist/rev2/config.h @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 -#define PRODUCT_ID 0x1156 +#define PRODUCT_ID 0x2156 #define DEVICE_VER 0x0200 #define MANUFACTURER Keebio #define PRODUCT The Nyquist Keyboard diff --git a/keyboards/keebio/nyquist/rev2/rules.mk b/keyboards/keebio/nyquist/rev2/rules.mk index 9735fbebdc..05c0f5ed03 100644 --- a/keyboards/keebio/nyquist/rev2/rules.mk +++ b/keyboards/keebio/nyquist/rev2/rules.mk @@ -18,7 +18,7 @@ BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls |