~ruther/qmk_firmware

ref: c1ea29b8e4b51b198da45e1b5fb33e03e08a36ea qmk_firmware/keyboards/hazel/bad_wings/keymaps/miketronic/rules.mk -rw-r--r-- 1.3 KiB
c1ea29b8 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Common feature for all keyboards
BOOTMAGIC_ENABLE  = yes		# Enable Bootmagic Lite
EXTRAKEY_ENABLE   = yes		# Audio control and System control
TAP_DANCE_ENABLE  = yes       	# Tap Dance keys
NKRO_ENABLE       = yes     	# Enable N-Key Rollover
MACROS_ENABLED    = yes

# Keyboard specific
MOUSEKEY_ENABLE         = yes      # Mouse keys
CAPS_WORD_ENABLE	= yes
KEY_OVERRIDE_ENABLE	= yes
LEADER_ENABLE     = yes


  LTO_ENABLE 	        = no       # Enabled this causes longer build time, but smaller file.
  AUTO_SHIFT_ENABLE     = no     
  UNICODE_ENABLE        = no       # Unicode
  CONSOLE_ENABLE        = no       # Console for debug
  COMMAND_ENABLE        = no       # Commands for debug and configuration
  RGBLIGHT_ENABLE       = no
  BACKLIGHT_ENABLE      = no       # Enable keyboard backlight functionality
  SLEEP_LED_ENABLE      = no       # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE)
  AUDIO_ENABLE          = no       # Audio output on port C6
  MIDI_ENABLE           = no       # MIDI support
  BLUETOOTH_ENABLE      = no       # Enable Bluetooth with the Adafruit EZ-Key HID
  GRAVE_ESC_ENABLE	= no
  SPACE_CADET_ENABLE    = no
  COMBO_ENABLE		= no
  OLED_ENABLE 		= no
  ENCODER_ENABLE       	= no
  ENCODER_MAP_ENABLE   	= no
Do not follow this link