diff options
| author | Joel Challis | 2025-09-12 21:00:03 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-12 21:00:03 +0200 |
| commit | 46231df62d1914bb7d25f26a7ece41b7805cc807 (patch) | |
| tree | eb550f50aaa2eb11dc6d46a9612e11dc7cacc9be /keyboards/keebio/bigswitchseat/keymaps | |
| parent | b6310b5a1507aa085a732f1105b7f022c837f443 (diff) | |
Tidy Keebio keyboards (#25653)
Diffstat (limited to 'keyboards/keebio/bigswitchseat/keymaps')
| -rw-r--r-- | keyboards/keebio/bigswitchseat/keymaps/default/keymap.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/keebio/bigswitchseat/keymaps/default/keymap.c b/keyboards/keebio/bigswitchseat/keymaps/default/keymap.c index 6d4378b995..a48f4f9165 100644 --- a/keyboards/keebio/bigswitchseat/keymaps/default/keymap.c +++ b/keyboards/keebio/bigswitchseat/keymaps/default/keymap.c @@ -5,23 +5,11 @@ // Defines names for use in layer keycodes and the keymap enum layer_names { - _MAIN, - _FN1, - _FN2, - _FN3 + _MAIN }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_MAIN] = LAYOUT( KC_A - ), - [_FN1] = LAYOUT( - _______ - ), - [_FN2] = LAYOUT( - _______ - ), - [_FN3] = LAYOUT( - _______ ) }; |