]> git.donarmstrong.com Git - qmk_firmware.git/commit
True AL1 Support (#3330)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 7 Jul 2018 00:45:07 +0000 (17:45 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 7 Jul 2018 00:45:07 +0000 (17:45 -0700)
commitc418608c1e81fea9987e8faf1d24ecc41bd72c13
tree6153f5a4e1b240e8dc00d3701c6722ffd1a34594
parent956e0bb4b8934cb546cc47db1429380056af7f95
True AL1 Support (#3330)

* Initial port of AL1 Keyboard from Triangle Labs

* Change REPLACE WITH YOUR NAME and some readme changes

* More readme change to indicate Group Buy Link

* Give Triangle Lab credit

* remove pins from config.h and rely on matrix.c

* Add QMK Configurator support
keyboards/al1/al1.c [new file with mode: 0644]
keyboards/al1/al1.h [new file with mode: 0644]
keyboards/al1/config.h [new file with mode: 0644]
keyboards/al1/info.json [new file with mode: 0644]
keyboards/al1/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/al1/keymaps/default/readme.md [new file with mode: 0644]
keyboards/al1/keymaps/splitbs/keymap.c [new file with mode: 0644]
keyboards/al1/matrix.c [new file with mode: 0644]
keyboards/al1/readme.md [new file with mode: 0644]
keyboards/al1/rules.mk [new file with mode: 0644]