Skip to content

Commit

Permalink
C Keymap declare non-enabled features
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Nov 3, 2024
1 parent 5dbd902 commit c6d51f1
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 3 deletions.
3 changes: 3 additions & 0 deletions keyboards/keychron/q10/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q1v1/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = no
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q3/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q8/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
DEFERRED_EXEC_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/q9/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/v2/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/keychron/v6/iso_encoder/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = yes
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
3 changes: 3 additions & 0 deletions keyboards/kprepublic/bm65hsrgb_iso/keymaps/plodahc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = no
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = no
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
Expand Down
15 changes: 12 additions & 3 deletions keyboards/ymdk/yd60mq/keymaps/plodah_splbl_c/rules.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
USER_NAME = plodah

#AUTOCORRECT_ENABLE = yes
AUTO_SHIFT_ENABLE = no
AUTOCORRECT_ENABLE = no
BACKLIGHT_ENABLE = yes
BOOTMAGIC_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
#DYNAMIC_MACRO_ENABLE = yes
CONSOLE_ENABLE = no
DEFERRED_EXEC_ENABLE = no
DYNAMIC_MACRO_ENABLE = no
DYNAMIC_TAPPING_TERM_ENABLE = no
ENCODER_MAP_ENABLE = no
EXTRAKEY_ENABLE = yes
LEADER_ENABLE = no
MOUSEKEY_ENABLE = yes
#RGB_MATRIX_ENABLE = yes
OS_DETECTION_ENABLE = no
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = no
SPACE_CADET_ENABLE = no
TAP_DANCE_ENABLE = yes
VIA_ENABLE = yes

0 comments on commit c6d51f1

Please sign in to comment.