qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1249B)


      1 # One 2 SF (DKON1967ST)
      2 
      3 A 65% keyboard by Ducky.
      4 
      5 This firmware was tested on the Ducky One 2 SF 1967ST version.
      6 
      7 * Keyboard Maintainer: [f7urry](https://github.com/f7urry)
      8 * Hardware Supported: Ducky One 2 SF RGB (DKON1967ST), NUC123SD4AN0 + MBI5043GP
      9   * Only ANSI layout is supported at this time
     10   * ISO compiles but is **untested**
     11   * VIA still WIP.
     12   * RGB LEDs are currently disabled until the driver is merged.
     13 
     14 ## Compiling the Firmware:
     15 
     16     make ducky/one2sf/1967st:default
     17 
     18 ## Accessing Bootloader Mode
     19 
     20 To enter the 1967ST bootloader to flash, boot the keyboard while holding D+L.
     21 
     22 ## Flashing the Firmware:
     23 
     24 There are then two ways to flash the keyboard:
     25 
     26     pip install --user nuvoton-isp
     27     nuvoisp -f ducky_one2sf_ansi.bin
     28 
     29 Alternatively you can use elfmimi's [nu-isp-cli](https://lib.rs/crates/nu-isp-cli) which is more complete than nuvoisp and allows flashing .hex files as well.
     30 
     31     cargo install nu-isp-cli
     32     nu-isp-cli flash ducky_one2sf_ansi.bin
     33 
     34 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).