Skip to content

Commit e33bfa2

Browse files
temp: try old ergohaven qmk board
1 parent 32f46b8 commit e33bfa2

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
/*
2-
This is the c configuration file for the keymap
3-
4-
Copyright 2012 Jun Wako <wakojun@gmail.com>
5-
Copyright 2015 Jack Humbert
6-
7-
This program is free software: you can redistribute it and/or modify
8-
it under the terms of the GNU General Public License as published by
9-
the Free Software Foundation, either version 2 of the License, or
10-
(at your option) any later version.
11-
12-
This program is distributed in the hope that it will be useful,
13-
but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
GNU General Public License for more details.
16-
172
You should have received a copy of the GNU General Public License
183
along with this program. If not, see <http://www.gnu.org/licenses/>.
194
*/
@@ -24,6 +9,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
249

2510
//#define QUICK_TAP_TERM 0
2611
//#define TAPPING_TERM 100
12+
#define MASTER_RIGHT
2713

2814
#ifdef RGBLIGHT_ENABLE
2915
#define RGBLIGHT_EFFECT_BREATHING
@@ -40,4 +26,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4026
#define RGBLIGHT_HUE_STEP 10
4127
#define RGBLIGHT_SAT_STEP 17
4228
#define RGBLIGHT_VAL_STEP 17
29+
4330
#endif
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
MOUSEKEY_ENABLE = yes # Mouse keys
2-
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
3-
# # OLED_ENABLE = yes
4-
# OLED_DRIVER = SSD1306
5-
LTO_ENABLE = yes
1+
# OLED_ENABLE = yes
2+
# OLED_DRIVER = SSD1306
3+
# MOUSEKEY_ENABLE = no # Mouse keys
4+
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
5+
VIA_ENABLE = yes # Enable VIA
6+
LTO_ENABLE = yes

0 commit comments

Comments
 (0)