Skip to content

Commit

Permalink
fix complie-time error
Browse files Browse the repository at this point in the history
  • Loading branch information
slipperypenguin committed Jun 2, 2022
1 parent 2706e2a commit 51932b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/kbdfans/kbd75/keymaps/slipperypenguin/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};

uint32_t layer_state_set_user(uint32_t state) {
layer_state_t layer_state_set_user(layer_state_t state) {
switch (biton32(state)) {
case WINDOWS_LAYER:
rgblight_setrgb_green();
Expand Down
1 change: 0 additions & 1 deletion keyboards/kbdfans/kbd75/rev2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ BOOTLOADER = atmel-dfu

# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
Expand Down

0 comments on commit 51932b5

Please sign in to comment.