diff options
author | omkbd <takuya.electronics@gmail.com> | 2018-09-16 02:57:46 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-15 10:57:46 -0700 |
commit | b65e2143751fd7c1721a6690597f523137c7c484 (patch) | |
tree | a1b0d5c8826de818b50e0797606e14f86595c59b /keyboards/ergodash/rev2/config.h | |
parent | 6bf2c077151bf6e71f5fe44f730c127eb667f5a6 (diff) |
Keyboard: add ergodash mini keyboard (#3901)
* add ergodash mini
add ergodash mini (4rows version)
fix keymap and readme
* fix
replace include guard
remove includes
* fix audio
Diffstat (limited to 'keyboards/ergodash/rev2/config.h')
-rw-r--r-- | keyboards/ergodash/rev2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev2/config.h b/keyboards/ergodash/rev2/config.h index d0b396cd40..489afe0178 100644 --- a/keyboards/ergodash/rev2/config.h +++ b/keyboards/ergodash/rev2/config.h @@ -45,6 +45,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST +#define C6_AUDIO + /* number of backlight levels */ #ifdef BACKLIGHT_ENABLE #define BACKLIGHT_PIN B6 |