diff options
author | Danny <nooges@users.noreply.github.com> | 2019-02-08 18:33:27 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-08 15:33:27 -0800 |
commit | 6fa0c48563088abcd8718b5413187c1f3222cccc (patch) | |
tree | 54f61a35c471cbb030da036a94622d71d2bf5e2f /keyboards/viterbi/keymaps/default/config.h | |
parent | bcb18154206332c85e500ef65bffa98be6ac1cb7 (diff) |
Convert Viterbi to use split_common, add rev2 (#5085)
* Convert Viterbi to use split_common, add rev2
* Update keyboards/viterbi/rev2/config.h
Co-Authored-By: nooges <nooges@users.noreply.github.com>
* Update keyboards/viterbi/rev2/config.h
Co-Authored-By: nooges <nooges@users.noreply.github.com>
Diffstat (limited to 'keyboards/viterbi/keymaps/default/config.h')
-rw-r--r-- | keyboards/viterbi/keymaps/default/config.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/keyboards/viterbi/keymaps/default/config.h b/keyboards/viterbi/keymaps/default/config.h index dabff8f963..a841066f4d 100644 --- a/keyboards/viterbi/keymaps/default/config.h +++ b/keyboards/viterbi/keymaps/default/config.h @@ -15,19 +15,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +#pragma once -#include "../../config.h" - -/* Use I2C or Serial, not both */ - -#define USE_SERIAL // #define USE_I2C /* Select hand configuration */ -#define MASTER_LEFT // #define MASTER_RIGHT // #define EE_HANDS @@ -37,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 - -#endif |