]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: add 1up60hse (#3687)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 19 Aug 2018 20:04:03 +0000 (13:04 -0700)
committerDrashna Jaelre <drashna@live.com>
Sun, 19 Aug 2018 20:04:03 +0000 (13:04 -0700)
commitee238f121986277eee0124b852db6755b3ee5c04
treec78083615af4a6ef5c55fc15d83b302787722586
parentc55313509ff244194d08cee0cc3152ca4349bea1
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
keyboards/1up60hse/1up60hse.c [new file with mode: 0644]
keyboards/1up60hse/1up60hse.h [new file with mode: 0644]
keyboards/1up60hse/config.h [new file with mode: 0644]
keyboards/1up60hse/info.json [new file with mode: 0644]
keyboards/1up60hse/keymaps/default/config.h [new file with mode: 0644]
keyboards/1up60hse/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/1up60hse/keymaps/default/readme.md [new file with mode: 0644]
keyboards/1up60hse/readme.md [new file with mode: 0644]
keyboards/1up60hse/rules.mk [new file with mode: 0644]