Added one-handed layers

This commit is contained in:
2023-12-13 17:46:21 -08:00
parent 7f1253abe7
commit c0c1312a6b
11 changed files with 231 additions and 96 deletions

View File

@ -57,6 +57,7 @@ enum tap_dance_codes {
#define LC_CYAN LC_HSV(134, 255, 213)
#define LC_ORANGE LC_HSV( 14, 255, 255)
#define LC_WHITE LC_HSV( 0, 0, 150)
#define LC_RED LC_HSV( 0, 255, 145)
#define LC_RU_B LC_HSV( 0, 0, 165)
#define LC_RU_G LC_HSV(153, 255, 153)