Skip to content

Commit

Permalink
Update keyboards/cipulot/ok_1/keymaps/default/keymap.c
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <git@zvecr.com>
  • Loading branch information
Cipulot and zvecr authored Nov 27, 2024
1 parent 3415db7 commit 005f710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keyboards/cipulot/ok_1/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ enum custom_keycodes {
};
// clang-format on

#define MAC PDF(_MAC_BASE)
#define WIN PDF(_WIN_BASE)

#define MACFN MO(_MAC_FN)
#define WINFN MO(_WIN_FN)

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// clang-format off
[_MAC_BASE] = LAYOUT(
Expand Down

0 comments on commit 005f710

Please sign in to comment.