From a8e3462b4bd5706f17f460e36b88b4063ef148f6 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sun, 7 Apr 2019 07:34:01 -0700 Subject: [Keyboard] Refactor budget96 to remove custom i2c code in favor of QMK i2c_master (#5571) * remove custom i2c code in favor of QMK i2c_master * fix readme * disable bootmagic as it doesn't work on bmc boards --- keyboards/donutcables/budget96/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'keyboards/donutcables/budget96/config.h') diff --git a/keyboards/donutcables/budget96/config.h b/keyboards/donutcables/budget96/config.h index 369cbdd07b..74661d828c 100644 --- a/keyboards/donutcables/budget96/config.h +++ b/keyboards/donutcables/budget96/config.h @@ -39,9 +39,3 @@ along with this program. If not, see . #define NO_BACKLIGHT_CLOCK #define BACKLIGHT_LEVELS 1 #define RGBLIGHT_ANIMATIONS - -// Set bootmagic lite key to the key commonly programmed as Esc. -#define BOOTMAGIC_LITE_ROW 5 -#define BOOTMAGIC_LITE_COLUMN 0 - -/* key combination for command */ -- cgit v1.2.3