diff options
author | Biacco42 <secondimpact_2000@yahoo.co.jp> | 2018-08-12 05:22:32 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-11 13:22:32 -0700 |
commit | e5f201edb426b01537abd659e1ca317260d87654 (patch) | |
tree | e481ad3b64571ea63c311866224d914f26e6a359 /keyboards/helix/pico/keymaps/biacco/config.h | |
parent | 8e50a472ab2a6740f7659807cf6dd70c15fdf641 (diff) | |
download | qmk_firmware-e5f201edb426b01537abd659e1ca317260d87654.tar.gz |
Keymap: Port ergo42/biacco keymap to Helix pico (#3585)
* Port ergo42/biacco keymap to Helix pico
* Fix for review
Diffstat (limited to 'keyboards/helix/pico/keymaps/biacco/config.h')
-rw-r--r-- | keyboards/helix/pico/keymaps/biacco/config.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/helix/pico/keymaps/biacco/config.h b/keyboards/helix/pico/keymaps/biacco/config.h new file mode 100644 index 000000000..776eecfb6 --- /dev/null +++ b/keyboards/helix/pico/keymaps/biacco/config.h @@ -0,0 +1,29 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#pragma once + +// place overrides here + +#ifdef AUDIO_ENABLE + #define STARTUP_SONG SONG(STARTUP_SOUND) + #define AUDIO_CLICKY +#endif + |