Remove old OLED API code (#21651)

This commit is contained in:
Ryan 2023-08-01 00:43:10 +10:00 committed by GitHub
parent f407d90598
commit 6018b56c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 2 additions and 1017 deletions

View file

@ -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

View file

@ -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

View file

@ -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