diff options
Diffstat (limited to 'keyboards/helix/pico/config.h')
-rw-r--r-- | keyboards/helix/pico/config.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index b01fd3a00..ea2ce8c94 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/config.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> |
3 | Copyright 2015 Jack Humbert | 3 | Copyright 2015 Jack Humbert |
4 | Copyright 2018 MakotoKurauchi | ||
4 | 5 | ||
5 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
@@ -42,12 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
42 | // #define MASTER_RIGHT | 43 | // #define MASTER_RIGHT |
43 | // #define EE_HANDS | 44 | // #define EE_HANDS |
44 | 45 | ||
45 | // Helix keyboard OLED support | ||
46 | // see ./rules.mk: OLED_ENABLE=yes or no | ||
47 | #ifdef OLED_ENABLE | ||
48 | #define SSD1306OLED | ||
49 | #endif | ||
50 | |||
51 | /* key matrix size */ | 46 | /* key matrix size */ |
52 | // Rows are doubled-up | 47 | // Rows are doubled-up |
53 | #define MATRIX_ROWS 8 | 48 | #define MATRIX_ROWS 8 |
@@ -114,8 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
114 | 109 | ||
115 | #if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE) | 110 | #if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE) |
116 | // USB_MAX_POWER_CONSUMPTION value for Helix keyboard | 111 | // USB_MAX_POWER_CONSUMPTION value for Helix keyboard |
117 | // 120 RGBoff, OLEDoff | 112 | // 120 RGBoff |
118 | // 120 OLED | ||
119 | // 330 RGB 6 | 113 | // 330 RGB 6 |
120 | // 300 RGB 32 | 114 | // 300 RGB 32 |
121 | // 310 OLED & RGB 32 | 115 | // 310 OLED & RGB 32 |