mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-18 11:37:55 -04:00
refactor: flehrad/bigswitch (#23384)
This commit is contained in:
parent
a82ecd57b9
commit
116469b6eb
1 changed files with 1 additions and 8 deletions
|
@ -18,12 +18,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT(KC_TRNS),
|
||||
|
||||
[1] = LAYOUT(KC_TRNS),
|
||||
|
||||
[2] = LAYOUT(KC_TRNS),
|
||||
|
||||
[3] = LAYOUT(KC_TRNS)
|
||||
[0] = LAYOUT(LALT(LGUI(KC_KB_POWER))) // OSX Sleep
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue