update nano

This commit is contained in:
Lucas Jensen
2025-04-04 15:42:56 -07:00
parent 0342f92893
commit 70c038d2e6

View File

@@ -35,6 +35,7 @@ enum ferris_sweep_layers {
#define TAB_FUN LT(LAYER_FUNCTION, KC_TAB)
#define BSP_NUM LT(LAYER_NUMERAL, KC_BSPC)
#define M_SYM LT(LAYER_SYMBOLS, KC_M)
#define ENT_MED LT(LAYER_MEDIA, KC_ENT)
/** Homerow mods for base layer. */
#define HR_A LGUI_T(KC_A)
@@ -55,7 +56,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, M_SYM, KC_COMM, KC_DOT, KC_SLSH,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
TAB_FUN, SPC_NAV, BSP_NUM, KC_ENT
TAB_FUN, SPC_NAV, BSP_NUM, ENT_MED
//`--------------------------' `--------------------------'
),