mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
move volcano660 to ilumkb folder (#13550)
* move volcano660 to ilumkb folder * Update rules.mk * Fix up readme Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
parent
3413766649
commit
462e7f075a
0
keyboards/dztech/volcano660/keymaps/default/keymap.c → keyboards/ilumkb/volcano660/keymaps/default/keymap.c
Executable file → Normal file
0
keyboards/dztech/volcano660/keymaps/default/keymap.c → keyboards/ilumkb/volcano660/keymaps/default/keymap.c
Executable file → Normal file
0
keyboards/dztech/volcano660/keymaps/via/keymap.c → keyboards/ilumkb/volcano660/keymaps/via/keymap.c
Executable file → Normal file
0
keyboards/dztech/volcano660/keymaps/via/keymap.c → keyboards/ilumkb/volcano660/keymaps/via/keymap.c
Executable file → Normal file
|
@ -1,12 +1,12 @@
|
||||||
# Volcano660
|
# Volcano660
|
||||||
|
|
||||||
* Keyboard Maintainer: DZTECH
|
* Keyboard Maintainer: moyi4681
|
||||||
* Hardware Supported: DZTECH
|
* Hardware Supported: volcano660 PCB
|
||||||
* Hardware Availability: iLumkb
|
* Hardware Availability: iLumkb
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make dztech/volcano660:default
|
make ilumkb/volcano660:default
|
||||||
make dztech/volcano660:via
|
make ilumkb/volcano660:via
|
||||||
|
|
||||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
|
@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
||||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
Loading…
Reference in a new issue