aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/sixshooter
Commit message (Collapse)AuthorAgeFilesLines
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
|
* Keyboard: Updated sixshooter keyboard to move LED macros into the default ↵Nicholas Shaff2018-12-053-34/+35
| | | | keymap. (#4428)
* Keyboard: Six Shooter Keyboard (#3598)Nicholas Shaff2018-08-118-0/+373
* 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.