diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-08-19 13:04:03 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-19 13:04:03 -0700 |
commit | ee238f121986277eee0124b852db6755b3ee5c04 (patch) | |
tree | c78083615af4a6ef5c55fc15d83b302787722586 /keyboards/1up60hse/readme.md | |
parent | c55313509ff244194d08cee0cc3152ca4349bea1 (diff) |
Keyboard: add 1up60hse (#3687)
* initial commit
* update readme
* enable/disable some keyboard features and add 60_ansi community layout support
* put my name everywhere
* can't use numbers for defines
* enable lighting
* put in a default keymap, use the correct pins, and put in a switch matrix
* update switch matrix to use KXY hex notation
* add QMK Configurator support
* add the rest of my name
* update where to get this keyboard
Diffstat (limited to 'keyboards/1up60hse/readme.md')
-rw-r--r-- | keyboards/1up60hse/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/1up60hse/readme.md b/keyboards/1up60hse/readme.md new file mode 100644 index 0000000000..7eb4253945 --- /dev/null +++ b/keyboards/1up60hse/readme.md @@ -0,0 +1,15 @@ +# 1up60hse + +![1up60hse](imgur.com image replace me!) + +A 60% PCB with USB C, RGB underglow, backlighting, and hotswappable switches. + +Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +Hardware Supported: The PCBs, controllers supported +Hardware Availability: [1upkeyboards.com](https://www.1upkeyboards.com/shop/controllers/1up-rgb-pcb-hse/) + +Make example for this keyboard (after setting up your build environment): + + make 1up60hse: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. |