aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_audio.c
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-11-03 23:57:42 -0700
committerDrashna Jaelre <drashna@live.com>2018-11-03 23:57:42 -0700
commitb5d7bb6154f848e4f3fd3e5d3cc8bbb16a18e093 (patch)
tree06d8cdd505bc2bec4d4aa75fad950e59043bd35b /quantum/process_keycode/process_audio.c
parent60ed0b7c3045d9511c28495f4d8c65240434c952 (diff)
downloadfirmware-b5d7bb6154f848e4f3fd3e5d3cc8bbb16a18e093.tar.gz
firmware-b5d7bb6154f848e4f3fd3e5d3cc8bbb16a18e093.tar.bz2
firmware-b5d7bb6154f848e4f3fd3e5d3cc8bbb16a18e093.zip
converter/usb_usb Refactor and Configurator support (#4345)
* converter/usb_usb: layout macro refactor - KEYMAP_ALL renamed to LAYOUT_all - KEYMAP renamed to LAYOUT_ansi - KEYMAP_ISO renamed to LAYOUT_iso - KEYMAP_JIS renamed to LAYOUT_jis * converter/usb_usb: keymap refactor - all keymaps now use #include QMK_KEYBOARD_H - layout macro names updated - removed deprecated TMK macro/function code * Add info.json file for Configurator support
Diffstat (limited to 'quantum/process_keycode/process_audio.c')
0 files changed, 0 insertions, 0 deletions
2' href='#n142'>142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
# This is the correct place to edit the build version.
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION       = 4
export XEN_SUBVERSION    = 2
export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

export XEN_WHOAMI	?= $(USER)
export XEN_DOMAIN	?= $(shell ([ -x /bin/dnsdomainname ] && /bin/dnsdomainname) || ([ -x /bin/domainname ] && /bin/domainname || echo [unknown]))

export BASEDIR := $(CURDIR)
export XEN_ROOT := $(BASEDIR)/..

EFI_MOUNTPOINT ?= /boot/efi

.PHONY: default
default: build

.PHONY: dist
dist: install

.PHONY: build install clean distclean cscope TAGS tags MAP gtags
build install debug clean distclean cscope TAGS tags MAP gtags::
	$(MAKE) -f Rules.mk _$@

.PHONY: _build
_build: $(TARGET).gz