Skip to content

Commit

Permalink
put PATH layer on the left thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
renzmann committed Feb 7, 2022
1 parent 1e1cd02 commit e708cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/planck/keymaps/renzmann/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#define LONG_TAPPING_TERM 1000
#define IGNORE_MOD_TAP_INTERRUPT
*/
#define BACKLIGHT_BREATHING
#define PERMISSIVE_HOLD
#define BACKLIGHT_BREATHING yes
#define PERMISSIVE_HOLD yes
4 changes: 2 additions & 2 deletions keyboards/planck/keymaps/renzmann/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define NUM_SPC LT(NUM, KC_SPC)
#define OSM_ALT OSM(MOD_LALT)
#define OSM_GUI OSM(MOD_LGUI)
#define PTH_ESC LT(NUM, KC_ESC)
#define PTH_ESC LT(PTH, KC_ESC)
#define SFT_ENT LT(LSFT, KC_ENT)
#define S_DOWN S(KC_DOWN)
#define S_ESC S(KC_ESC)
Expand Down Expand Up @@ -53,7 +53,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[PTH] = LAYOUT_ortho_4x12(
/* LITTLE RING MIDDLE INDEX THUMB STRETCH STRETCH THUMB INDEX MIDDLE RING LITTLE */
_______, _______, _______, _______, _______, _______, _______, _______, KC_MINS, KC_MINS, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, KC_MINS, KC_MINS, KC_EQL, KC_PLUS,
_______, _______, _______, _______, _______, _______, _______, _______, KC_TILD, KC_SLSH, KC_DOT, _______,
_______, _______, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_UNDS, _______, _______,
_______, _______, _______, _______, _______, __DWN__, _______, KC_SPC, _______, _______, _______, _______
Expand Down

0 comments on commit e708cdd

Please sign in to comment.