aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bigswitch
Commit message (Collapse)AuthorAgeFilesLines
* Keymap: Big switch config (#3904)wanleg2018-09-174-0/+81
| | | | | | | | | | | | | | * bigswitch keymap * bigswitch keymap * bigswitch keymap * bigswitch keymap * recommended edits made * forgot to revert this change with the others
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-2/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Add URL of PCB files to README.md (#3182)Yan-Fa Li2018-06-141-0/+4
|
* Switch to noeeprom variants of rgb fns (#3077)Yan-Fa Li2018-05-291-3/+3
| | | - avoid writing to the eeprom when possible
* Wait for QMK to initialize before configuring RGB (#3030)Yan-Fa Li2018-05-242-3/+14
| | | | | | | Wait for 1 second before turning on RGB to get debug messages on console. - configure HSV color, on a brand new pro micro the default values are 0, 0, 0
* Adds basic support for u/flehrad's bigswitch pcb (#3015)Yan-Fa Li2018-05-227-0/+219
* Adds basic support for u/flehrad's bigswitch pcb - also adds support for OSX Eject/Power The function of this key depends on the version of OSX and if you have physical media. For a macbook pro 2017 holding this key down brings up the shutdown dialog. If you wrap it in LCTL and LSFT the screenlock turns on immediately. * Switch to Layout Macro - add a code for OSX Sleep * Add a README * Turn on RGB by default * Add info.json * Address comments by @drashna * Only define Eject in keymap