summaryrefslogtreecommitdiff
path: root/keyboards/hineybush/physix
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-12-14 23:41:16 +1100
committerGitHub <noreply@github.com>2021-12-14 12:41:16 +0000
commit99b35940bc4166eae3853c9e2fa94bd2be72742e (patch)
tree4b9c626a65b43e4cfbb215d496bae4d86582fafe /keyboards/hineybush/physix
parent970ede9a1c808fd54f3f1310f1b74a586d890747 (diff)
Remove unnecessary backslash-escapes in default keymaps (#15472)
* Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
Diffstat (limited to 'keyboards/hineybush/physix')
-rw-r--r--keyboards/hineybush/physix/keymaps/default/keymap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/hineybush/physix/keymaps/default/keymap.c b/keyboards/hineybush/physix/keymaps/default/keymap.c
index 2e0cf3155c..fbd5dd60b2 100644
--- a/keyboards/hineybush/physix/keymaps/default/keymap.c
+++ b/keyboards/hineybush/physix/keymaps/default/keymap.c
@@ -24,13 +24,6 @@ enum layer_names {
// Defines the keycodes used by our macros in process_record_user
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- /* #define LAYOUT_split_bksp_275_rspace( \
- k000, k001, k002, k003, k004, k005, k403, k006, k007, k008, k009, k010, k011, k012, k013, k014, \
- k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k114, \
- k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k214, \
- k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, k312, k313, \
- k400, k402, k404, k405, k406, K409, k410, k411, k412, k413 \
-) \ */
[_BASE] = LAYOUT_split_bksp_275_rspace(
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_GRAVE, KC_BSPC, KC_DEL,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_PGUP,