diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-07 11:47:24 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-07 11:47:24 -0700 |
commit | 3d7428a33303b6e3ba55c043c31c38af926e7c5a (patch) | |
tree | 0a260d8d050ecc2ff7ba82b4998d28eb927cadc1 /keyboards/cod67/readme.md | |
parent | 60ca50808f272496a2631ab746c0fb81ba98191a (diff) | |
download | qmk_firmware-3d7428a33303b6e3ba55c043c31c38af926e7c5a.tar.gz qmk_firmware-3d7428a33303b6e3ba55c043c31c38af926e7c5a.zip |
COD67 "Support" (#3332)
* preliminary Gray COD67 checkin
* Get part of the switch matrix prepped
* finish switch matrix
* mock the pins and keymap for now
* add keymap fixes
* update readme with flashing instructions
* keymap fix
* Add more flashing and notes info to readme
* remove un needed file
* fix comments
* add QMK Configurator Support
Diffstat (limited to 'keyboards/cod67/readme.md')
-rw-r--r-- | keyboards/cod67/readme.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/cod67/readme.md b/keyboards/cod67/readme.md new file mode 100644 index 0000000000..9471a2034e --- /dev/null +++ b/keyboards/cod67/readme.md @@ -0,0 +1,32 @@ +# Gray COD67 + +![cod67](imgur.com image replace me!) + +The Gray COD67 is a 60% keyboard with a modern and bold design. It features 20 RGB Underglow LED lights and a unique diffuser placement. The COD67 has the most stunning RGB light strip for a custom mechanical keyboard. It also features a center mounted USB C port. + +There were only 75 units made worldwide. + +Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +Hardware Supported: Gray COD67 +Hardware Availability: [Zfrontier](https://en.zfrontier.com/products/cod67) + +At this time, flashing ONLY works on Windows systems. + +To put in bootloader mode, hold the `Esc` key while plugging in the USB cable. + +The COD67 will show up as a drive. + +Make example for this keyboard (after setting up your build environment): + + make cod67:default:bin + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. + +Rename the resulting `.bin` file to `cod67.bin`. + +Drag and drop `cod67.bin` to the drive, overwriting the previous `cod67.bin` stored on it. + +Press the `Esc` key again to reset the board. You are now ready to type! + +## Notes +The backlight pin is attached to a non PWM pin `D4` so backlight is only on/off. |