1
0
Fork 0

refactor: flehrad/bigswitch (#23384)

This commit is contained in:
Less/Rikki 2024-04-01 12:33:50 -04:00 committed by GitHub
parent ea71945441
commit a922627319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 105 deletions

View file

@ -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
};