Skip to content

Commit

Permalink
Better \ position (replaces ~) and consistency (special layer)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleonini committed Oct 17, 2024
1 parent c0121b5 commit 3bb2d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/adm42/v2/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define VERSION "v2.4.2"
#define VERSION "v2.5"

#include QMK_KEYBOARD_H
#include <version.h>
Expand Down Expand Up @@ -160,9 +160,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LLS_ESC, LS_BPC, LLA_DEL, LLE_ENT, RS_SPC, LLS_COMP
),
[_SPECIAL] = LAYOUT_3x12_6(
LW_DOT, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, RW_BSLS,
KC_LWIN, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_RWIN,
LC_CIRC, KC_LBRC, KC_RBRC, KC_LPRN, KC_RPRN, KC_EXLM, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_MINS, RC_DLR,
KC_LALT, KC_AMPR, KC_AT, KC_LCBR, KC_RCBR, KC_PIPE, KC_UNDS, KC_ASTR, KC_HASH, KC_PERC, KC_TILD, LOR_ALT,
KC_LALT, KC_AMPR, KC_AT, KC_LCBR, KC_RCBR, KC_PIPE, KC_UNDS, KC_ASTR, KC_HASH, KC_PERC, KC_BSLS, LOR_ALT,
CWD_TOG, _______, KC_DEL, KC_ENT, _______, CWD_TOG
),
[_EXTRA] = LAYOUT_3x12_6(
Expand Down

0 comments on commit 3bb2d04

Please sign in to comment.