Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
  • Loading branch information
sotoba and lesshonor committed May 5, 2024
1 parent 768150d commit 94c48ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 1 addition & 5 deletions keyboards/craftwalk/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
"rows": ["F6", "B3", "B5"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"dynamic_keymap": {
"layer_count": 4
},
"development_board": "promicro",
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
9 changes: 1 addition & 8 deletions keyboards/craftwalk/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
enum layer_names {
_BASE,
_NUM,
_ADJUST,
_EXTRA
_ADJUST
};

#define MO_NUM MO(_NUM)
Expand All @@ -44,11 +43,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RGB_HUI, RGB_SAI, RGB_VAI,
QK_BOOT, RGB_HUD, RGB_SAD, RGB_VAD,
RGB_M_T, KC_TRNS, RGB_MOD, RGB_RMOD,RGB_TOG, KC_TRNS, KC_TRNS
),
/* Extra */
[_EXTRA] = LAYOUT(
_______, _______, _______,
_______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______
)
};

0 comments on commit 94c48ec

Please sign in to comment.