Skip to content

Commit

Permalink
Remove user keymap changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and skullydazed committed Apr 5, 2019
1 parent c9a2d9d commit cb33643
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
6 changes: 5 additions & 1 deletion keyboards/orthodox/keymaps/oscillope/config.h
Expand Up @@ -19,8 +19,10 @@ 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
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "config_common.h"

/* Use I2C or Serial, not both */

Expand All @@ -35,3 +37,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define TAPPING_TERM 200
#define TAPPING_TOGGLE 3

#endif
6 changes: 5 additions & 1 deletion keyboards/orthodox/keymaps/rfvizarra/config.h
Expand Up @@ -19,8 +19,10 @@ 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_common.h"

#ifdef AUDIO_ENABLE
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
Expand All @@ -39,3 +41,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define MASTER_LEFT
// #define MASTER_RIGHT
#define EE_HANDS

#endif
7 changes: 6 additions & 1 deletion keyboards/orthodox/keymaps/xyverz/config.h
Expand Up @@ -19,7 +19,10 @@ 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
#ifndef CONFIG_USER_H
#define CONFIG_USER_H

#include "../../config.h"

/* Use I2C or Serial, not both */

Expand All @@ -31,3 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS

#endif

0 comments on commit cb33643

Please sign in to comment.