Skip to content

Commit

Permalink
PD(): Rename to PDF, which stands for Persistent DeFault
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebuleon committed May 18, 2024
1 parent 4d477bd commit 352806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#define QK_DEF_LAYER_GET_LAYER(kc) ((kc)&0x1F)

// Set persistent default layer - 32 layer max
#define PD(layer) (QK_PERSISTENT_DEF_LAYER | ((layer)&0x1F))
#define PDF(layer) (QK_PERSISTENT_DEF_LAYER | ((layer)&0x1F))
#define QK_PERSISTENT_DEF_LAYER_GET_LAYER(kc) ((kc)&0x1F)

// Toggle to layer - 32 layer max
Expand Down

0 comments on commit 352806f

Please sign in to comment.