Skip to content

Commit

Permalink
Sans-mid-LEDs
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed Dec 12, 2023
1 parent 8176125 commit 837aac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ enum layer_names {
#define C_STBI FP_SUPER_TAB
#define C_STBD S(FP_SUPER_TAB)
#define C_DSKT G(KC_TAB)
#define C_ACCL FP_ACCEL_TOG
// #define C_ACCL FP_ACCEL_TOG
#define C_CENT C(KC_ENTER)
#define C_SCRL LT(0,KC_S)
#define C_ZOOM LT(0,KC_Z)
#define C_MTOG TG(_MOUS)
// #define C_SCRL LT(0,KC_S)
// #define C_ZOOM LT(0,KC_Z)
// #define C_MTOG TG(_MOUS)

// Data Grip Shortcuts
#define D_FMTC C(A(KC_L))
Expand Down
2 changes: 1 addition & 1 deletion rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FP_VM_RGB_6COL_WITH_CENTER=yes
# FP_VM_RGB_6COL_WITH_CENTER=yes
RGBLIGHT_ENABLE=yes
ENCODER_ENABLE=yes
HAPTIC_ENABLE=yes
Expand Down

0 comments on commit 837aac9

Please sign in to comment.