the-via / firmware

DO NOT DOWNLOAD FIRMWARE FROM HERE..... GO TO https://caniusevia.com/docs/download_firmware
GNU General Public License v3.0
110 stars 37 forks source link

add kyuu #1

Closed perryhuynh closed 4 years ago

perryhuynh commented 4 years ago

Built with default rules.mk and modified the following portion of config.h:

#define VENDOR_ID       0x5154
#define PRODUCT_ID      0x0009
#define DEVICE_VER      0x0001
#define MANUFACTURER    Quantrik
#define PRODUCT         Quantrik Kyuu
#define DESCRIPTION     Quantrik Kyuu
~/qmk_firmware(master ✗) ./util/docker_build.sh quantrik/kyuu:via
QMK Firmware 0.7.106
Making quantrik/kyuu with keymap via

avr-gcc (GCC) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Size before:
   text    data     bss     dec     hex filename
      0   26422       0   26422    6736 .build/quantrik_kyuu_via.hex

Compiling: quantum/via.c                                                                            [OK]
Compiling: tmk_core/common/command.c                                                                [OK]
Linking: .build/quantrik_kyuu_via.elf                                                               [OK]
Creating load file for flashing: .build/quantrik_kyuu_via.hex                                       [OK]
Copying quantrik_kyuu_via.hex to qmk_firmware folder                                                [OK]
Checking file size of quantrik_kyuu_via.hex                                                         [OK]
 * The firmware size is fine - 26422/28672 (92%, 2250 bytes free)
wilba commented 4 years ago

@perryhuynh We are still working out the details of how people can submit new keyboards to VIA.

Rather than users doing pull requests into this repo, we think it's best that users add VIA support in QMK first and get it merged into QMK, before submitting the pull request for the <keyboard_name>.json into the-via/keyboards. Then as part of doing the merge, we can build the QMK firmware and add it to the-via/firmware, and optionally rebuild it when QMK code changes.

Can you please submit a pull request for your VIA changes into quantrik/kyuu in QMK master repo?

perryhuynh commented 4 years ago

Of course, not a problem.

wilba commented 4 years ago

@perryhuynh thanks, @ me in the PR to QMK so I know when it's done