~ruther/qmk_firmware

e17a6c4f8df85ec1e698fcb66fd054778f1e0136 — Jay Greco 4 years ago 3328aef
[Keymap] Fix wrong BASE layer for default and OLED keymaps (#12932)

M keyboards/nullbitsco/scramble/keymaps/default/keymap.c => keyboards/nullbitsco/scramble/keymaps/default/keymap.c +1 -1
@@ 17,7 17,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H

#define _BASE 1
#define _BASE 0

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


M keyboards/nullbitsco/scramble/keymaps/oled/keymap.c => keyboards/nullbitsco/scramble/keymaps/oled/keymap.c +1 -1
@@ 17,7 17,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include QMK_KEYBOARD_H

#define _BASE 1
#define _BASE 0

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {