summaryrefslogtreecommitdiff
path: root/keyboards/bigswitch
AgeCommit message (Collapse)Author
2018-05-29Switch to noeeprom variants of rgb fns (#3077)Yan-Fa Li
- avoid writing to the eeprom when possible
2018-05-24Wait for QMK to initialize before configuring RGB (#3030)Yan-Fa Li
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
2018-05-22Adds basic support for u/flehrad's bigswitch pcb (#3015)Yan-Fa Li
* 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