Added horizon layout

This commit is contained in:
2024-01-15 10:40:12 -08:00
parent e6318b045d
commit 08f3cee0a7
6 changed files with 74 additions and 22 deletions

View File

@@ -33,5 +33,10 @@ bool beta_leader_check(void) {
return false;
}
BETA_SEQ_2_SHORT(KC_H, KC_O) {
layer_move(LAYER_HORIZON);
return false;
}
return true;
}