Skip to content

Commit

Permalink
made _FN accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadeeed committed Mar 4, 2021
1 parent c3be680 commit 4924e5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/soup10/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ enum layer_names {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base */
[_BASE] = LAYOUT(
KC_A,
KC_B, KC_C, KC_D,
KC_E, KC_F, KC_G,
KC_H, KC_I, KC_J),
KC_F13,
KC_F14, KC_F15, KC_F16,
KC_F17, KC_F18, KC_F19,
KC_F20, KC_F21, MO(_FN)),

[_FN] = LAYOUT(
RESET,
Expand Down

0 comments on commit 4924e5e

Please sign in to comment.