Refactor the crkbd/via keymap and fix OLED bugs (#10354)
* Refactor the crkbd/via keymap and fix OLED bugs * Revert "Refactor the crkbd/via keymap and fix OLED bugs" This reverts commit dc9db029fc6b077fc7600b49e920b755c522d100. * Fix OLED display bugs * Remove unused functions * Remove uncessary the key logger * Add new lines at end of file * Remove unnecesary extern for is_master * Remove extern is_master from rev1.h * Remove ssd1306 from common dir because its the legacy lib * Update default keymap based the via keymap * Remove foostan keymap because it will be legacy * Revert Remove unnecesary extern for is_master * Remove unnecessary backslashes.
This commit is contained in:
@@ -87,10 +87,6 @@ led_config_t g_led_config = { {
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
||||
#ifdef KEYBOARD_crkbd_rev1_common
|
||||
is_master = (uint8_t)is_keyboard_master();
|
||||
#endif
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
if (!isLeftHand) {
|
||||
g_led_config = (led_config_t){ {
|
||||
|
||||
Reference in New Issue
Block a user