Skip to content

Commit

Permalink
Merge pull request #20 from zykrah/add-pizzapad
Browse files Browse the repository at this point in the history
Add Pizza Pad
  • Loading branch information
Cipulot authored Nov 9, 2024
2 parents f0544e8 + a6b1869 commit b53bffd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions keyboards/idyllic/pizzapad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Copyright 2024 Zykrah (@zykrah)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(
KC_P7, KC_P8, KC_P9,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3
)
};
1 change: 1 addition & 0 deletions keyboards/idyllic/pizzapad/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIA_ENABLE = yes

0 comments on commit b53bffd

Please sign in to comment.