diff options
author | Anthony Leung <anthony@anthonyleung.me> | 2020-03-06 19:00:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 16:00:44 -0800 |
commit | 54b6bf5910a3e9f4d13ae888c9d030fec7a586be (patch) | |
tree | 7cf7bb6c49e52ef3ae3a71f1c94a7ab808da1a90 /keyboards/walletburner/neuron/rules.mk | |
parent | 73728e9bec6c08b3774a016ae1e1f60e1b098c9c (diff) |
[Keyboard] Add VIA support for neuron (#8264)
* add VIA support for neuron
* update neuron vendor and product id
* update neuron product id
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/walletburner/neuron/rules.mk')
-rw-r--r-- | keyboards/walletburner/neuron/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/walletburner/neuron/rules.mk b/keyboards/walletburner/neuron/rules.mk index ae77f0a0e1..f748617307 100644 --- a/keyboards/walletburner/neuron/rules.mk +++ b/keyboards/walletburner/neuron/rules.mk @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug |