diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2020-01-17 02:15:08 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2020-01-16 23:15:08 -0800 |
commit | b6d8840915b9f323cad95186b8ac269bd559b9f7 (patch) | |
tree | a1c13e6e1499f77b4e021f71e6eb01aff3a3aba5 /keyboards/hineybush/physix/rules.mk | |
parent | d6e6feb3770e9ce465df137c944398ed19fd5797 (diff) |
[Keyboard] add VIA support for hiney PCBs (#7910)
* add VIA support for hiney PCBs
* update LED per request
* update LED text per request
* remove extra stuff
Diffstat (limited to 'keyboards/hineybush/physix/rules.mk')
-rw-r--r-- | keyboards/hineybush/physix/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hineybush/physix/rules.mk b/keyboards/hineybush/physix/rules.mk index 5c1f5fb4b0..010cb024d0 100644 --- a/keyboards/hineybush/physix/rules.mk +++ b/keyboards/hineybush/physix/rules.mk @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # 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 |