diff options
author | npoirey <nicolas.poirey@gmail.com> | 2017-06-23 21:25:46 +0200 |
---|---|---|
committer | npoirey <nicolas.poirey@gmail.com> | 2017-06-23 21:25:46 +0200 |
commit | de80e2c756508fbd14562ece23b0cbdfbb959e1f (patch) | |
tree | 316136a7fb2451e0d795cac021424760593ab88a /keyboards/frenchdev/v1/Makefile | |
parent | a012c24225e2deb1269d2a9bd2e1e76b0a6a4375 (diff) |
Moved frenchdev to handwired
Diffstat (limited to 'keyboards/frenchdev/v1/Makefile')
-rw-r--r-- | keyboards/frenchdev/v1/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/frenchdev/v1/Makefile b/keyboards/frenchdev/v1/Makefile deleted file mode 100644 index 1098332b8a..0000000000 --- a/keyboards/frenchdev/v1/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -COMMAND_ENABLE = no # Commands for debug and configuration -RGBLIGHT_ENABLE ?= yes -MIDI_ENABLE ?= no - -ifndef MAKEFILE_INCLUDED - include ../../../Makefile -endif |