]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Six Shooter Keyboard (#3598)
authorNicholas Shaff <nick@shadedream.com>
Sat, 11 Aug 2018 20:23:11 +0000 (15:23 -0500)
committerDrashna Jaelre <drashna@live.com>
Sat, 11 Aug 2018 20:23:11 +0000 (13:23 -0700)
commit317c624761741f71856f20ab55916e637183edb4
treee3de6a0815beeeb0faf9fa8748a607fc841576b2
parente5f201edb426b01537abd659e1ca317260d87654
Keyboard: Six Shooter Keyboard (#3598)

* Created base sixshooter configuration

* Added SixShooter basic LED on/off support.

* Updated LED identifier numbers to align with layout identifiers (and IDs on PCB).

* Minor sixshooter documentation cleanup.

* Added sixshooter info.json file.

* Moved sixshooter custom keycodes out of keymaps and into base keyboard files, small documentation tweaks.

* Removed unnecessary boot section size definition.

* Removing CONFIG_H if/define and replacing with #pragma once.
keyboards/sixshooter/config.h [new file with mode: 0644]
keyboards/sixshooter/info.json [new file with mode: 0644]
keyboards/sixshooter/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/sixshooter/keymaps/default/readme.md [new file with mode: 0644]
keyboards/sixshooter/readme.md [new file with mode: 0644]
keyboards/sixshooter/rules.mk [new file with mode: 0644]
keyboards/sixshooter/sixshooter.c [new file with mode: 0644]
keyboards/sixshooter/sixshooter.h [new file with mode: 0644]