]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fork Let’s Split files
authorDanny Nguyen <danny@80pct.com>
Mon, 29 May 2017 19:37:19 +0000 (15:37 -0400)
committerDanny Nguyen <danny@80pct.com>
Mon, 29 May 2017 20:04:46 +0000 (16:04 -0400)
commitaeade1b1972c8d3d8f32dd21e1ae31e6c9e702db
treea62c87b595c110615efd214666dd6f5b419d1c0e
parent732a115b32a9c6aa529c53ef52a9689b5901411d
Fork Let’s Split files
44 files changed:
keyboards/nyquist/Makefile [new file with mode: 0644]
keyboards/nyquist/common/glcdfont.c [new file with mode: 0644]
keyboards/nyquist/config.h [new file with mode: 0644]
keyboards/nyquist/i2c.c [new file with mode: 0644]
keyboards/nyquist/i2c.h [new file with mode: 0644]
keyboards/nyquist/imgs/left.stl [new file with mode: 0644]
keyboards/nyquist/imgs/lets split rev2 case.iges [new file with mode: 0644]
keyboards/nyquist/imgs/letssplitv2.svg [new file with mode: 0644]
keyboards/nyquist/imgs/plate.stl [new file with mode: 0644]
keyboards/nyquist/imgs/right.stl [new file with mode: 0644]
keyboards/nyquist/imgs/split-keyboard-i2c-schematic.png [new file with mode: 0644]
keyboards/nyquist/imgs/split-keyboard-serial-schematic.png [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/Makefile [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/README.md [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/Underglow Pinouts.md [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/config.h [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/keymap.c [new file with mode: 0644]
keyboards/nyquist/keymaps/hexwire/keymap_to_readme.rb [new file with mode: 0755]
keyboards/nyquist/keymaps/i2c/config.h [new file with mode: 0644]
keyboards/nyquist/keymaps/i2c/keymap.c [new file with mode: 0644]
keyboards/nyquist/keymaps/serial/config.h [new file with mode: 0644]
keyboards/nyquist/keymaps/serial/keymap.c [new file with mode: 0644]
keyboards/nyquist/lets_split.c [new file with mode: 0644]
keyboards/nyquist/lets_split.h [new file with mode: 0644]
keyboards/nyquist/matrix.c [new file with mode: 0644]
keyboards/nyquist/pro_micro.h [new file with mode: 0644]
keyboards/nyquist/readme.md [new file with mode: 0644]
keyboards/nyquist/rev1/Makefile [new file with mode: 0644]
keyboards/nyquist/rev1/config.h [new file with mode: 0644]
keyboards/nyquist/rev1/rev1.c [new file with mode: 0644]
keyboards/nyquist/rev1/rev1.h [new file with mode: 0644]
keyboards/nyquist/rev1/rules.mk [new file with mode: 0644]
keyboards/nyquist/rev2/Makefile [new file with mode: 0644]
keyboards/nyquist/rev2/config.h [new file with mode: 0644]
keyboards/nyquist/rev2/rev2.c [new file with mode: 0644]
keyboards/nyquist/rev2/rev2.h [new file with mode: 0644]
keyboards/nyquist/rev2/rules.mk [new file with mode: 0644]
keyboards/nyquist/rules.mk [new file with mode: 0644]
keyboards/nyquist/serial.c [new file with mode: 0644]
keyboards/nyquist/serial.h [new file with mode: 0644]
keyboards/nyquist/split_util.c [new file with mode: 0644]
keyboards/nyquist/split_util.h [new file with mode: 0644]
keyboards/nyquist/ssd1306.c [new file with mode: 0644]
keyboards/nyquist/ssd1306.h [new file with mode: 0644]