diff options
author | Max <17062872+westfoxtrot@users.noreply.github.com> | 2017-11-22 15:52:42 +0000 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-22 10:52:42 -0500 |
commit | dcc363390f47ec23fdbc04bb56bb03a3cbf310e6 (patch) | |
tree | c712e675897af51446632f8b45d688e47d9faa94 /keyboards/daisy/readme.md | |
parent | 62eed0e4a3a6ea13ec130ac7acd25d935917344f (diff) |
Added Daisy port (#2016)
* Add files via upload
* Update readme.md
* Update readme.md
* Update readme.md
* Add files via upload
* Delete config.h
* Delete rules.mk
* Add files via upload
* Update config.h
* revised config files
* revised readme
* Update readme.md
* Update readme.md
Diffstat (limited to 'keyboards/daisy/readme.md')
-rw-r--r-- | keyboards/daisy/readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/daisy/readme.md b/keyboards/daisy/readme.md new file mode 100644 index 0000000000..427891d96e --- /dev/null +++ b/keyboards/daisy/readme.md @@ -0,0 +1,29 @@ +# Daisy + +A 40% keyboard kit sold by KPRepublic. + +Keyboard Maintainer: westfoxtrot (https://github.com/westfoxtrot) +Hardware Supported: Daisy PCB Rev.1, Daisy PCB Rev.2 +Hardware Availability: http://tinyurl.com/yc26lq22 + +Make example for this keyboard (after setting up your build environment): + + make daisy:default + +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. + + +# Other Keymaps + +The "default" keymap included is the layout I personally use on the Daisy and the one I have found the most comfortable. + +A printable picture showing this layout is available here: https://imgur.com/9mSF0yf + + +``` +$ make daisy:[default|<name>] +``` + +# Bootloader + +I personally had issues with the bootloader on my Daisy PCB and was unable to flash a firmware to the board after the first time. I replaced the bootloader with the one available in the repository at ../../util/bootloader_atmega32u4_1_0_0.hex |