Skip to content

Commit

Permalink
remove unused chiff layers
Browse files Browse the repository at this point in the history
  • Loading branch information
patcoll committed Jul 23, 2024
1 parent 20fe65b commit 42ff267
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions keyboards/tominabox1/le_chiffre/keymaps/patcoll/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LALT, SFT_SPC, RSE_ENT, KC_LCTL
),

/* [_MAC] = LAYOUT_wrapper( */
/* _________________QWERTY_L1_________________, _______, _________________QWERTY_R1_________________, */
/* _________________QWERTY_L2_________________, _________________QWERTY_R2_________________, */
/* _________________QWERTY_L3_________________, _________________QWERTY_R3_________________, */
/* KC_LGUI, SFT_SPC, RSE_ENT, KC_LGUI */
/* ), */

[_GAMING] = LAYOUT_wrapper(
_________________GAMING_L1_________________, _______, _________________GAMING_R1_________________,
_________________GAMING_L2_________________, _________________GAMING_R2_________________,
Expand All @@ -38,13 +31,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______
),

[_LOWER] = LAYOUT_wrapper(
_________________LOWER_L1__________________, _______, _________________LOWER_R1__________________,
_________________LOWER_L2__________________, _________________LOWER_R2__________________,
_________________LOWER_L3__________________, _________________LOWER_R3__________________,
_______, _______, _______, _______
),

[_RAISE] = LAYOUT_wrapper(
_________________RAISE_L1__________________, _______, _________________RAISE_R1__________________,
_________________RAISE_L2__________________, _________________RAISE_R2__________________,
Expand Down

0 comments on commit 42ff267

Please sign in to comment.