Skip to content

Commit

Permalink
Add combos to preonic
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed May 28, 2024
1 parent 0a7d03d commit 35bf6f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions keyboards/preonic/keymaps/evantravers/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
#include "evantravers.h"
/* #include "rev3_drop.h" */

const uint16_t PROGMEM apos_combo[] = {RALT_T(KC_L), RGUI_T(KC_SCLN), COMBO_END};
const uint16_t PROGMEM hyper_combo[] = {LGUI_T(KC_A), RGUI_T(KC_SCLN), COMBO_END};
const uint16_t PROGMEM esc_combo[] = {KC_Q, KC_W, COMBO_END};
combo_t key_combos[] = {
COMBO(apos_combo, KC_QUOT),
COMBO(hyper_combo, KC_F19),
COMBO(esc_combo, KC_ESC),
};

#define LAYOUT_preonic_2x2u_wrapper(...) LAYOUT_preonic_2x2u(__VA_ARGS__)

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

0 comments on commit 35bf6f1

Please sign in to comment.