[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
This commit is contained in:
parent
b8f7834051
commit
a8e3462b4b
6 changed files with 6 additions and 142 deletions
|
@ -39,9 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue