Browse Source

Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)

pull/14961/head 0.14.28
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
028edfc2df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 4 additions and 35 deletions
  1. +0
    -1
      keyboards/dk60/rules.mk
  2. +0
    -1
      keyboards/fjlabs/ad65/rules.mk
  3. +0
    -1
      keyboards/fjlabs/bks65/rules.mk
  4. +0
    -1
      keyboards/fjlabs/bks65solder/rules.mk
  5. +0
    -1
      keyboards/fjlabs/bolsa65/rules.mk
  6. +0
    -1
      keyboards/fjlabs/kf87/rules.mk
  7. +0
    -1
      keyboards/fjlabs/ldk65/rules.mk
  8. +0
    -1
      keyboards/fjlabs/ready100/rules.mk
  9. +0
    -1
      keyboards/fjlabs/tf60ansi/rules.mk
  10. +0
    -1
      keyboards/fjlabs/tf60v2/rules.mk
  11. +2
    -2
      keyboards/fjlabs/tf65rgbv2/rules.mk
  12. +0
    -1
      keyboards/gh60/revc/keymaps/danbee/rules.mk
  13. +0
    -1
      keyboards/gh60/revc/rules.mk
  14. +0
    -1
      keyboards/handwired/arrow_pad/rules.mk
  15. +0
    -1
      keyboards/handwired/retro_refit/rules.mk
  16. +0
    -1
      keyboards/idb/idb_60/rules.mk
  17. +0
    -1
      keyboards/jd40/rules.mk
  18. +0
    -2
      keyboards/kc60/keymaps/stanleylai/rules.mk
  19. +0
    -2
      keyboards/kc60/keymaps/wigguno/rules.mk
  20. +0
    -1
      keyboards/kc60/rules.mk
  21. +0
    -1
      keyboards/keybee/keybee65/rules.mk
  22. +0
    -1
      keyboards/lucid/alexa/rules.mk
  23. +0
    -1
      keyboards/lucid/kbd8x_hs/rules.mk
  24. +0
    -1
      keyboards/lucid/phantom_hs/rules.mk
  25. +0
    -1
      keyboards/lucid/phantom_solder/rules.mk
  26. +0
    -1
      keyboards/ok60/rules.mk
  27. +0
    -1
      keyboards/thevankeyboards/minivan/keymaps/danbee/rules.mk
  28. +0
    -1
      keyboards/undead60m/rules.mk
  29. +2
    -2
      keyboards/wolf/ts60/rules.mk
  30. +0
    -1
      show_options.mk
  31. +0
    -1
      users/bcat/rules.mk

+ 0
- 1
keyboards/dk60/rules.mk View File

@ -19,5 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
UNICODE_ENABLE = yes

+ 0
- 1
keyboards/fjlabs/ad65/rules.mk View File

@ -22,4 +22,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/fjlabs/bks65/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi

+ 0
- 1
keyboards/fjlabs/bks65solder/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi

+ 0
- 1
keyboards/fjlabs/bolsa65/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi_blocker

+ 0
- 1
keyboards/fjlabs/kf87/rules.mk View File

@ -22,4 +22,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/fjlabs/ldk65/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi

+ 0
- 1
keyboards/fjlabs/ready100/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 64_ansi

+ 0
- 1
keyboards/fjlabs/tf60ansi/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 60_ansi

+ 0
- 1
keyboards/fjlabs/tf60v2/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 60_ansi_arrow

+ 2
- 2
keyboards/fjlabs/tf65rgbv2/rules.mk View File

@ -22,6 +22,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi
LAYOUTS = 65_ansi

+ 0
- 1
keyboards/gh60/revc/keymaps/danbee/rules.mk View File

@ -1,2 +1 @@
MOUSEKEY_ENABLE = no
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/gh60/revc/rules.mk View File

@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
# CONSOLE_ENABLE = yes # Console for debug
# COMMAND_ENABLE = yes # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work


+ 0
- 1
keyboards/handwired/arrow_pad/rules.mk View File

@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work


+ 0
- 1
keyboards/handwired/retro_refit/rules.mk View File

@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work


+ 0
- 1
keyboards/idb/idb_60/rules.mk View File

@ -11,7 +11,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = no # Allow locking of keyboard via magic key
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality

+ 0
- 1
keyboards/jd40/rules.mk View File

@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
# CONSOLE_ENABLE = yes # Console for debug
# COMMAND_ENABLE = yes # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work


+ 0
- 2
keyboards/kc60/keymaps/stanleylai/rules.mk View File

@ -8,7 +8,6 @@ MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip
MIDI_ENABLE = no # MIDI controls
@ -19,4 +18,3 @@ AUDIO_ENABLE = no # Audio output on port C6
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover

+ 0
- 2
keyboards/kc60/keymaps/wigguno/rules.mk View File

@ -8,7 +8,6 @@ MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
@ -18,4 +17,3 @@ MIDI_ENABLE = no # MIDI controls
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6

+ 0
- 1
keyboards/kc60/rules.mk View File

@ -19,6 +19,5 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
LAYOUTS = 60_ansi

+ 0
- 1
keyboards/keybee/keybee65/rules.mk View File

@ -19,7 +19,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
ENCODER_ENABLE = no
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812


+ 0
- 1
keyboards/lucid/alexa/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs

+ 0
- 1
keyboards/lucid/kbd8x_hs/rules.mk View File

@ -22,4 +22,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/lucid/phantom_hs/rules.mk View File

@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 65_ansi_blocker

+ 0
- 1
keyboards/lucid/phantom_solder/rules.mk View File

@ -22,4 +22,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/ok60/rules.mk View File

@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
# CONSOLE_ENABLE = yes # Console for debug
# COMMAND_ENABLE = yes # Commands for debug and configuration
KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable the RGB backlight


+ 0
- 1
keyboards/thevankeyboards/minivan/keymaps/danbee/rules.mk View File

@ -1,2 +1 @@
MOUSEKEY_ENABLE = no
KEYBOARD_LOCK_ENABLE = yes

+ 0
- 1
keyboards/undead60m/rules.mk View File

@ -19,6 +19,5 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
ENCODER_ENABLE = yes
LTO_ENABLE = yes

+ 2
- 2
keyboards/wolf/ts60/rules.mk View File

@ -22,6 +22,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_LOCK_ENABLE = yes
LAYOUTS = 60_ansi
LAYOUTS = 60_ansi

+ 0
- 1
show_options.mk View File

@ -65,7 +65,6 @@ OTHER_OPTION_NAMES = \
HAPTIC_ENABLE \
HHKB_RN42_ENABLE \
ISSI_ENABLE \
KEYBOARD_LOCK_ENABLE \
KEYLOGGER_ENABLE \
LCD_BACKLIGHT_ENABLE \
MACROS_ENABLED \


+ 0
- 1
users/bcat/rules.mk View File

@ -29,7 +29,6 @@ SLEEP_LED_ENABLE = no
# Disable other unused options on all keyboards.
AUTO_SHIFT_ENABLE = no
COMBO_ENABLE = no
KEYBOARD_LOCK_ENABLE = no
KEY_LOCK_ENABLE = no
LEADER_ENABLE = no
SWAP_HANDS_ENABLE = no


Loading…
Cancel
Save