refactor: flehrad/bigswitch (#23384)
This commit is contained in:
parent
ea71945441
commit
a922627319
5 changed files with 35 additions and 105 deletions
|
@ -16,12 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#define KC_OSX_EJECT 0x66
|
||||
#define LOCK_OSX LSFT(LCTL(KC_OSX_EJECT))
|
||||
#define SLEEP_OSX LALT(LGUI(KC_OSX_EJECT))
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
LAYOUT(SLEEP_OSX),
|
||||
|
||||
[0] = LAYOUT(LALT(LGUI(KC_KB_POWER))) // OSX Sleep
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue