Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
This commit is contained in:
		
							parent
							
								
									b1ed855871
								
							
						
					
					
						commit
						7f4f0f7685
					
				
					 293 changed files with 27 additions and 911 deletions
				
			
		|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -10,6 +10,3 @@ AUDIO_ENABLE ?= no | |||
| RGBLIGHT_ENABLE ?= yes | ||||
| UNICODE_ENABLE ?= yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -18,7 +18,3 @@ RGBLIGHT_ENABLE  = yes  # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -18,6 +18,3 @@ RGBLIGHT_ENABLE  = no  # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -13,6 +13,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000) | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,5 +1,2 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,5 +1,2 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -44,6 +44,3 @@ | |||
| #
 | ||||
| RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight.  | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -5,3 +5,4 @@ SRC +=  ./lib/glcdfont.c \ | |||
| 		./lib/keylogger.c \
 | ||||
|         ./lib/modifier_state_reader.c \
 | ||||
|         ./lib/host_led_state_reader.c | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -12,6 +12,3 @@ MIDI_ENABLE      = no    # MIDI controls | |||
| NKRO_ENABLE      = no    # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||||
| RGBLIGHT_ENABLE  = no    # Enable WS2812 RGB underlight.  | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -9,6 +9,3 @@ MOUSEKEY_ENABLE = no | |||
| CONSOLE_ENABLE  = no # yes | ||||
| COMMAND_ENABLE  = no | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -23,10 +23,6 @@ ISSI_ENABLE = yes               # If the I2C pullup resistors aren't install thi | |||
| WATCHDOG_ENABLE = no           # Resets keyboard if matrix_scan isn't run every 250ms | ||||
| 
 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| ifeq ($(strip $(ISSI_ENABLE)), yes) | ||||
|     TMK_COMMON_DEFS += -DISSI_ENABLE | ||||
| endif | ||||
|  |  | |||
|  | @ -23,10 +23,6 @@ ISSI_ENABLE = no               # If the I2C pullup resistors aren't install this | |||
| WATCHDOG_ENABLE = yes           # Resets keyboard if matrix_scan isn't run every 250ms | ||||
| 
 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| ifeq ($(strip $(ISSI_ENABLE)), yes) | ||||
|     TMK_COMMON_DEFS += -DISSI_ENABLE | ||||
| endif | ||||
|  |  | |||
|  | @ -2,6 +2,3 @@ RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight. | |||
| AUDIO_ENABLE = no            # Audio disabled while using RGB underlight. | ||||
| EXTRAKEY_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -30,6 +30,3 @@ KEYMAP_BRANCH = $(shell \ | |||
| 
 | ||||
| OPT_DEFS += -DKEYMAP_VERSION=\"$(KEYMAP_VERSION)\\\#$(KEYMAP_BRANCH)\" | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -106,7 +106,3 @@ NKRO_ENABLE = yes		    # USB Nkey Rollover - if this doesn't work, see here: htt | |||
| # BLUETOOTH_ENABLE = yes	# Enable Bluetooth with the Adafruit EZ-Key HID
 | ||||
| RGBLIGHT_ENABLE = yes    # Enable RGB Underglow | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
|  |  | |||
|  | @ -106,6 +106,3 @@ NKRO_ENABLE = yes		    # USB Nkey Rollover - if this doesn't work, see here: htt | |||
| # BLUETOOTH_ENABLE = yes	# Enable Bluetooth with the Adafruit EZ-Key HID
 | ||||
| RGBLIGHT_ENABLE = no    # Enable RGB Underglow | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -106,7 +106,3 @@ NKRO_ENABLE = yes		# USB Nkey Rollover - if this doesn't work, see here: https:/ | |||
| # BLUETOOTH_ENABLE = yes	# Enable Bluetooth with the Adafruit EZ-Key HID
 | ||||
| RGBLIGHT_ENABLE = yes          # Enable RGB Underglow | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -22,3 +22,4 @@ FAUXCLICKY_ENABLE = no      # Uses buzzer to emulate clicky switches.  By defaul | |||
| API_SYSEX_ENABLE = no       # This enables using the Quantum SYSEX API to send strings(+5390) | ||||
| KEY_LOCK_ENABLE = no        # This enables key lock(+260) | ||||
| SPLIT_KEYBOARD = no         # This enables split keyboard support and includes all necessary files located at quantum/split_common | ||||
| 
 | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -21,6 +21,3 @@ SWAP_HANDS_ENABLE = no        # Enable one-hand typing | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -1,7 +1,3 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| AUDIO_ENABLE = no | ||||
| MOUSEKEY_ENABLE = yes | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -87,6 +87,3 @@ AUDIO_ENABLE = no           # Audio output on port C6 | |||
| RGBLIGHT_ENABLE = no | ||||
| API_SYSEX_ENABLE = no | ||||
| 
 | ||||
| #ifndef QUANTUM_DIR
 | ||||
| #	include ../../../Makefile
 | ||||
| #endif
 | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -8,6 +8,3 @@ MOUSEKEY_ENABLE   = no | |||
| 
 | ||||
| EXTRAFLAGS        = -flto | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -119,10 +119,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -119,10 +119,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -118,10 +118,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -121,10 +121,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
|   include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -125,10 +125,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -118,10 +118,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -118,10 +118,6 @@ endif | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -120,10 +120,6 @@ SRC += led_test_init.c | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # Uncomment these for debugging
 | ||||
| # $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
 | ||||
| # $(info -- OPT_DEFS=$(OPT_DEFS))
 | ||||
|  |  | |||
|  | @ -18,6 +18,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -2,6 +2,3 @@ RGBLIGHT_ENABLE = no | |||
| BACKLIGHT_ENABLE = no | ||||
| TAP_DANCE_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -3,6 +3,3 @@ BACKLIGHT_ENABLE = no | |||
| TAP_DANCE_ENABLE = no | ||||
| MOUSEKEY_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = no | ||||
| BACKLIGHT_ENABLE = no | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| RGBLIGHT_ENABLE = no | ||||
| BACKLIGHT_ENABLE = no | ||||
| #AUDIO_ENABLE = yes 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = no | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| BACKLIGHT_ENABLE = yes | ||||
| TAP_DANCE_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| RGBLIGHT_ENABLE = yes | ||||
| BACKLIGHT_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -22,3 +22,4 @@ FAUXCLICKY_ENABLE = no      # Uses buzzer to emulate clicky switches.  By defaul | |||
| API_SYSEX_ENABLE = no       # This enables using the Quantum SYSEX API to send strings(+5390) | ||||
| KEY_LOCK_ENABLE = no        # This enables key lock(+260) | ||||
| SPLIT_KEYBOARD = no         # This enables split keyboard support and includes all necessary files located at quantum/split_common | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
|         include ../../../../Makefile | ||||
| endif | ||||
|  | @ -18,6 +18,3 @@ SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | |||
| 
 | ||||
| DEBUG_ENABLE = yes | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,6 +1,3 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| AUDIO_ENABLE = no | ||||
| MOUSEKEY_ENABLE = yes | ||||
| 
 | ||||
|  |  | |||
|  | @ -19,6 +19,3 @@ DISABLE_WS2812 = yes | |||
| 
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -57,10 +57,6 @@ SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | |||
| CUSTOM_MATRIX = yes | ||||
| SRC = matrix.c i2c.c backlight.c | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
| 
 | ||||
| # programming options
 | ||||
| PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ 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 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -19,6 +19,3 @@ UNICODE_ENABLE = no         # Unicode | |||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ 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 = no            # USB Nkey Rollover | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -19,6 +19,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | |||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| TAP_DANCE_ENABLE = yes      # Enable Tap Dancing function | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
|     include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
|     include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -1,3 +0,0 @@ | |||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  | @ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -6,6 +6,3 @@ RGBLIGHT_ENABLE = yes 		# LED strips | |||
| TAP_DANCE_ENABLE = no 		# Use multi-tap features | ||||
| AUDIO_ENABLE = no 			# Audio stuff | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -21,6 +21,3 @@ KEY_LOCK_ENABLE = no 		# Allows locking any key. Not used | |||
| UNICODE_ENABLE = no			# Used for unicode character emulation | ||||
| EXTRAKEY_ENABLE = no		# OS signals like volume control | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -1,8 +1,3 @@ | |||
| AUTO_SHIFT_ENABLE = yes | ||||
| RGBLIGHT_ENABLE = yes | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
|   AUTO_SHIFT_ENABLE = yes | ||||
|   RGBLIGHT_ENABLE = yes | ||||
| endif | ||||
|  |  | |||
|  | @ -4,6 +4,3 @@ | |||
| #
 | ||||
| # UNICODE_ENABLE = yes
 | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -20,6 +20,3 @@ SWAP_HANDS_ENABLE = no        # Enable one-hand typing | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
|  | @ -2,6 +2,3 @@ TAP_DANCE_ENABLE = yes | |||
| RGBLIGHT_ENABLE = yes | ||||
| USE_I2C = no | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 noroadsleft
						noroadsleft