diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2020-04-11 18:21:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 23:21:36 +0100 |
commit | 27e7f322a51597423a828396d2783b63462aa446 (patch) | |
tree | f8cb63b1d8e9475342ca69096c1c3cebbc6a88f4 /keyboards/cannonkeys/db60/readme.md | |
parent | dfdc89296b2d491423ee4c22ed9059d5777fc652 (diff) | |
download | qmk_firmware-27e7f322a51597423a828396d2783b63462aa446.tar.gz qmk_firmware-27e7f322a51597423a828396d2783b63462aa446.zip |
CannonKeys DB60 (Daughterboard60) PCB (#8208)
* Cannonkeys DB60 Keyboard
* WhitespacE
* Add ISO and make layer names more idiomatic
* backlight enable
* Remove big backslash from ISO
* Apply suggestions from code review
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update for correct matrix
* Apply suggestions from code review
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update chibios config files
* Complete VIA keymap
* Remove ugly hack comments
* Update keyboards/cannonkeys/db60/rules.mk
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/cannonkeys/db60/readme.md')
-rw-r--r-- | keyboards/cannonkeys/db60/readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/db60/readme.md b/keyboards/cannonkeys/db60/readme.md new file mode 100644 index 0000000000..c1000ae2ca --- /dev/null +++ b/keyboards/cannonkeys/db60/readme.md @@ -0,0 +1,12 @@ +# CannonKeys DB60 + +DB60 "Daughterboard 60" Keyboard + +* Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan) +* Hardware Supported: STM32F072CBT6 + +Make example for this keyboard (after setting up your build environment): + + make cannonkeys/db60:default + +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). |