summaryrefslogtreecommitdiffstats
path: root/keyboards/artemis/paragon/keymaps/via
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-07-08 07:47:31 -0700
committerGitHub <noreply@github.com>2023-07-08 07:47:31 -0700
commitaa91d98531a299f86f9dab8875dcf46983b16af1 (patch)
tree69e672388bd23bf386cc9bee637bc6590d4fab07 /keyboards/artemis/paragon/keymaps/via
parent6880116ff7c1664de08605c13dbfac30b6d23476 (diff)
Artemis Paragon Layout Additions (#21479)
* [docs] hotswap version: add layout/matrix diagram * [docs] soldered version: add layout/matrix diagram * [refactor] rename LAYOUT to LAYOUT_all * [enhancement] hotswap version: add LAYOUT_ansi_rwkl_split_bs * [enhancement] hotswap version: add LAYOUT_ansi_rwkl * [enhancement] hotswap version: add LAYOUT_ansi_wkl_split_bs * [enhancement] hotswap version: add LAYOUT_ansi_wkl * [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space_split_bs * [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space * [enhancement] soldered version: add LAYOUT_iso_rwkl_split_bs * [enhancement] soldered version: add LAYOUT_iso_rwkl * [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space_split_bs * [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space * [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_bs * [enhancement] soldered version: add LAYOUT_ansi_rwkl
Diffstat (limited to 'keyboards/artemis/paragon/keymaps/via')
-rw-r--r--keyboards/artemis/paragon/keymaps/via/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/artemis/paragon/keymaps/via/keymap.c b/keyboards/artemis/paragon/keymaps/via/keymap.c
index 84f5735d97..47e269c78a 100644
--- a/keyboards/artemis/paragon/keymaps/via/keymap.c
+++ b/keyboards/artemis/paragon/keymaps/via/keymap.c
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(
+ [0] = LAYOUT_all(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_HOME,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_PGUP,