Skip to content

Commit

Permalink
updated backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nicsuzor committed Jan 10, 2021
1 parent 7e32425 commit 677127f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions cases/lily58-3D-luckenbach/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This thing was created by Thingiverse user luckenbach, and is licensed under cc.
1 change: 1 addition & 0 deletions cases/lily58-3D-luckenbach/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lily58 case by luckenbach on Thingiverse: https://www.thingiverse.com/thing:4105800
Binary file added cases/lily58-3D-luckenbach/files/caseLH.STL
Binary file not shown.
Binary file added cases/lily58-3D-luckenbach/files/caseRH.STL
Binary file not shown.
2 changes: 1 addition & 1 deletion keyboards/preonic/keymaps/nicsuzor/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[_QWERTY] = LAYOUT_grid_wrapper(
________________NUMBER_LEFT________________, ________________NUMBER_RIGHT_BSPC__________,
________________NUMBER_LEFT________________, ________________NUMBER_RIGHT_______________,
_________________QWERTY_L1_________________, _________________QWERTY_R1_________________,
_________________QWERTY_L2_________________, _________________QWERTY_R2_________________,
_________________QWERTY_L3_________________, _________________QWERTY_R3_________________,
Expand Down
2 changes: 1 addition & 1 deletion lib/googletest
Submodule googletest updated 379 files
2 changes: 1 addition & 1 deletion lib/lufa
Submodule lufa updated 127 files
9 changes: 4 additions & 5 deletions users/nicsuzor/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ expanded before being used as arguments to the LAYOUT_xxx macro.


#define ________________NUMBER_LEFT________________ KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5
#define ________________NUMBER_RIGHT_______________ KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL
#define ________________NUMBER_RIGHT_BSPC__________ KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC
#define ________________NUMBER_RIGHT_______________ KC_6, KC_7, KC_8, KC_9, KC_0, KC_TRNS

#define _________________FUNC_1____________________ KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5
#define _________________FUNC_2____________________ KC_TRNS, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10
Expand All @@ -41,9 +40,9 @@ expanded before being used as arguments to the LAYOUT_xxx macro.
#define _________________LOWER_L3__________________ KC_ESC, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_ENT
#define _________________LOWER_L4__________________ KC_LSFT, KC_NO, KC_LCTL, KC_NO, KC_NO, KC_DEL

#define _________________LOWER_R1__________________ KC_CIRC, KC_AMPR, KC_ASTR, KC_AT, KC_HASH, KC_BSPC
#define _________________LOWER_R2__________________ KC_UNDS, KC_LBRC, KC_RBRC, KC_PIPE, KC_GRV, KC_DEL
#define _________________LOWER_R3__________________ KC_MINS, KC_LPRN, KC_RPRN, KC_SCLN, KC_EQL, KC_ENT
#define _________________LOWER_R1__________________ KC_CIRC, KC_AMPR, KC_ASTR, KC_AT, KC_HASH, KC_DEL
#define _________________LOWER_R2__________________ KC_UNDS, KC_LBRC, KC_RBRC, KC_PIPE, KC_GRV, KC_TRNS
#define _________________LOWER_R3__________________ KC_MINS, KC_LPRN, KC_RPRN, KC_SCLN, KC_EQL, KC_TRNS
#define _________________LOWER_R4__________________ KC_PPLS, KC_LCBR, KC_RCBR, KC_COLN, KC_BSLS, TO(0)

#define _________________RAISE_L1__________________ ________________NUMBER_LEFT________________
Expand Down

0 comments on commit 677127f

Please sign in to comment.