Remove old OLED API code (#21651)
This commit is contained in:
parent
f407d90598
commit
6018b56c55
28 changed files with 2 additions and 1017 deletions
|
@ -28,9 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// #define MASTER_RIGHT
|
||||
// #define EE_HANDS
|
||||
|
||||
// #define SSD1306OLED
|
||||
#undef USE_I2C
|
||||
#undef SSD1306OLED
|
||||
|
||||
#define QUICK_TAP_TERM 0
|
||||
#define TAPPING_TERM 200
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
#include "hvp.c"
|
||||
#ifdef SSD1306OLED
|
||||
# include "ssd1306.h"
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
//Following line allows macro to read current RGB settings
|
||||
|
|
|
@ -16,9 +16,6 @@ This is the C configuration file for the keymap
|
|||
#define MASTER_RIGHT
|
||||
// #define EE_HANDS
|
||||
|
||||
//#define SSD1306OLED
|
||||
|
||||
|
||||
// By default, when holding a dual-function key shortly after tapping it, the
|
||||
// tapped key will begin repeating. This is handy for fast typists when typing
|
||||
// words with double letters, such as "happy". If you turn this setting ON, it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue