minor changes

This commit is contained in:
Lucas Jensen
2025-04-06 10:53:57 -07:00
parent ad8a616ad4
commit 4ffe32f91d
3 changed files with 4 additions and 811 deletions

3
.gitignore vendored
View File

@@ -10,4 +10,5 @@
*.bin
*.uf2
.vscode/
.vscode/
compile_commands.json

File diff suppressed because one or more lines are too long

View File

@@ -15,9 +15,8 @@
* 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
#if __has_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(
//,--------------------------------------------. ,--------------------------------------------.
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,
//|--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------|