diff options
author | profet23 <bgrabkowitz@gmail.com> | 2016-09-06 21:59:23 -0400 |
---|---|---|
committer | profet23 <bgrabkowitz@gmail.com> | 2016-09-06 21:59:47 -0400 |
commit | 1406118c7123359cd66d589d22d6ecfa268e3a24 (patch) | |
tree | 5305a66e7cc75e78e812f7a4a09a5a1f79011c67 /keyboards/ergodox80/rules.mk | |
parent | 36e16b46e37b3bcc1753ff0a2006179f0dd005e7 (diff) |
Removing separate ergodox80 project.
Created KEYMAP_80 in ez.h to support 80 key ergodoxes.
Creating default_80 keymap as ez keymap.
Diffstat (limited to 'keyboards/ergodox80/rules.mk')
-rw-r--r-- | keyboards/ergodox80/rules.mk | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/ergodox80/rules.mk b/keyboards/ergodox80/rules.mk deleted file mode 100644 index ac63d4eff2..0000000000 --- a/keyboards/ergodox80/rules.mk +++ /dev/null @@ -1,28 +0,0 @@ -#---------------------------------------------------------------------------- -# On command line: -# -# make = Make software. -# -# make clean = Clean out built project files. -# -# That's pretty much all you need. To compile, always go make clean, -# followed by make. -# -# For advanced users only: -# make teensy = Download the hex file to the device, using teensy_loader_cli. -# (must have teensy_loader_cli installed). -# -#---------------------------------------------------------------------------- -# Build Options -# comment out to disable the options. -# -BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) -EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) -CONSOLE_ENABLE ?= no # Console for debug(+400) -COMMAND_ENABLE ?= yes # Commands for debug and configuration -CUSTOM_MATRIX ?= yes # Custom matrix file for the ErgoDox EZ -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 -MIDI_ENABLE ?= no # MIDI controls -UNICODE_ENABLE ?= yes # Unicode |