diff options
| author | Fred Sundvik | 2016-07-07 21:28:28 +0200 |
|---|---|---|
| committer | Fred Sundvik | 2016-07-29 19:48:04 +0200 |
| commit | 9af995c59b2655fa347e43b1eab2122e72ef7fe3 (patch) | |
| tree | f76ccbd3ab8c911ae851bb83d13173c5755c7162 /keyboards/ergodox/keymaps/supercoder/makefile.mk | |
| parent | 30003d48f9a04676b81bf2980a235106ec7886b0 (diff) | |
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Diffstat (limited to 'keyboards/ergodox/keymaps/supercoder/makefile.mk')
| -rw-r--r-- | keyboards/ergodox/keymaps/supercoder/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/supercoder/makefile.mk b/keyboards/ergodox/keymaps/supercoder/makefile.mk new file mode 100644 index 0000000000..41a195d9c0 --- /dev/null +++ b/keyboards/ergodox/keymaps/supercoder/makefile.mk @@ -0,0 +1,6 @@ +BOOTMAGIC_ENABLE=no +COMMAND_ENABLE=no +SLEEP_LED_ENABLE=no +UNICODE_ENABLE=no +MOUSEKEY_ENABLE=no +EXTRAKEY_ENABLE=no |