Skip to content

Commit

Permalink
adding osm
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepNo committed Dec 27, 2024
1 parent 5c0691c commit 9081a37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions keyboards/splitkb/kyria/keymaps/sheep/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@
// Lets you roll mod-tap keys
//#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD // mod if another key is pressed and released before the tapping term while the mod-tap key is pressed
#define TAPPING_FORCE_HOLD // upgrade to #define TAPPING_FORCE_HOLD_PER_KEY if issue with TT() keycodes appear : #define TAPPING_FORCE_HOLD_PER_KEYo
//#define TAPPING_FORCE_HOLD // upgrade to #define TAPPING_FORCE_HOLD_PER_KEY if issue with TT() keycodes appear : #define TAPPING_FORCE_HOLD_PER_KEYo
#define TAPPING_TERM 150

#define ONESHOT_TAP_TOGGLE 5 /* Tapping this number of times holds the key until tapped once again. */
#define ONESHOT_TIMEOUT 5000

// dyn macros

#define DYNAMIC_MACRO_SIZE 48
Expand All @@ -58,7 +61,7 @@

// size reduction
#define DISABLE_LEADER
#define NO_ACTION_ONESHOT
// #define NO_ACTION_ONESHOT
// Disabled -> incompatible with LTO
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
2 changes: 1 addition & 1 deletion keyboards/splitkb/kyria/keymaps/sheep/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
*/
[_MOVE] = LAYOUT(
_______, _______, XXXXXXX, KC_PSCR, XXXXXXX, XXXXXXX, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_BSPC, KC_INS,
_______, KC_LGUI, KC_LALT, KC_LSFT, KC_LCTL, KC_CAPS, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_DEL ,XXXXXXX,
_______, KC_LGUI, OSM(MOD_LALT), OSM(MOD_LSFT), OSM(MOD_LCTL), KC_CAPS, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_DEL ,XXXXXXX,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX, KC_MRWD, KC_MPLY, KC_MNXT, XXXXXXX,_______,
_______, _______, _______, _______, _______, _______, _______, _______, KC_APP, _______
),
Expand Down

0 comments on commit 9081a37

Please sign in to comment.