summaryrefslogtreecommitdiff
path: root/keyboards/frooastboard/keymaps/via/keymap.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-13 18:21:40 +0000
committerQMK Bot <hello@qmk.fm>2021-08-13 18:21:40 +0000
commit8fea9722ddf235c3f675ce42802a8032a6eecadb (patch)
tree3bb9b97de6aa914f94f282b0c8a61ef02b0b09ff /keyboards/frooastboard/keymaps/via/keymap.c
parentceb428c9aa08e664887d9c059ada6d0f63b7b429 (diff)
parent0014c3237556b8c94bbf6d287d53a7b55534fa69 (diff)
downloadqmk_firmware-8fea9722ddf235c3f675ce42802a8032a6eecadb.tar.gz
qmk_firmware-8fea9722ddf235c3f675ce42802a8032a6eecadb.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/frooastboard/keymaps/via/keymap.c')
-rw-r--r--keyboards/frooastboard/keymaps/via/keymap.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/frooastboard/keymaps/via/keymap.c b/keyboards/frooastboard/keymaps/via/keymap.c
new file mode 100644
index 0000000000..028462cded
--- /dev/null
+++ b/keyboards/frooastboard/keymaps/via/keymap.c
@@ -0,0 +1,27 @@
+/* Copyright 2021 frooastside
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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_Z, KC_X,
+ LT(1, KC_ESC), KC_TILD),
+
+ [1] = LAYOUT(
+ KC_F23, KC_F24,
+ KC_TRNS, RGB_TOG)
+};