diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-05 08:18:21 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-05 08:18:21 -0700 |
commit | 3f3a1cc9f34947e90c7b7854c5ff97ef81d9f9ac (patch) | |
tree | 77e34d5f7b24a188f47d3fc9249b2de2289503ea /keyboards/kc60se/readme.md | |
parent | 8dd85f73b37417d73f6cbdbacde6bc56467d1124 (diff) | |
download | qmk_firmware-3f3a1cc9f34947e90c7b7854c5ff97ef81d9f9ac.tar.gz |
KC60 SE Support (#3301)
* initial support for kc60se extracted from Blake Lewis
* add my name to the list
* remove breathing as the backlight pin is not a PWM one
* use standard LAYOUT macros such as 60_ansi and 60_ansi_split_bs_rshift
* Make the base LAYOUT more sensible and add Configurator support
* add atmel-dfu bootloader
Diffstat (limited to 'keyboards/kc60se/readme.md')
-rw-r--r-- | keyboards/kc60se/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/kc60se/readme.md b/keyboards/kc60se/readme.md new file mode 100644 index 000000000..da004c40d --- /dev/null +++ b/keyboards/kc60se/readme.md @@ -0,0 +1,15 @@ +# kc60se + +![kc60se](imgur.com image replace me!) + +A short description of the keyboard/project + +Keyboard Maintainer: [Blake C. Lewis](https://github.com/BlakeCLewis), [MechMerlin](https://www.github.com/mechmerlin) +Hardware Supported: KC60 SE +Hardware Availability: [Aliexpress](https://www.aliexpress.com/store/product/Free-shipping-GH60-PCB-KC60-SE-Fully-Programmable-For-DIY-Mechanical-Keyboard-Poker-Faceu-HHKB-Support/429151_32799437588.html?spm=2114.12010608.0.0.2995e5c0hNRgMH) + +Make example for this keyboard (after setting up your build environment): + + make kc60se: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. |