minor changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@
|
|||||||
*.uf2
|
*.uf2
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
compile_commands.json
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -15,9 +15,8 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// This keymap is heavilyl inspired by Quentin LEBASTARD's work at bastardkb.com
|
// This keymap is heavily inspired by Quentin LEBASTARD's work at bastardkb.com
|
||||||
|
|
||||||
#include "keycodes.h"
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#if __has_include("keymap.h")
|
#if __has_include("keymap.h")
|
||||||
# include "keymap.h"
|
# include "keymap.h"
|
||||||
@@ -75,7 +74,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||||||
|
|
||||||
[LAYER_NAVIGATION] = LAYOUT_split_3x5_2(
|
[LAYER_NAVIGATION] = LAYOUT_split_3x5_2(
|
||||||
//,--------------------------------------------. ,--------------------------------------------.
|
//,--------------------------------------------. ,--------------------------------------------.
|
||||||
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
|
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_ESC,
|
||||||
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|
|
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|
|
||||||
KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, XXXXXXX, KC_CAPS, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT,
|
KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, XXXXXXX, KC_CAPS, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT,
|
||||||
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|
|
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|
|
||||||
|
|||||||
Reference in New Issue
Block a user