Browse Source

Rename 'base' to 'default'

Moves Eagleheardt's base layout to the default one for the Org60.  Also changed to use the right header file.
pull/1569/merge
Ryan Sullivan 6 years ago
committed by Jack Humbert
parent
commit
b6ed990d58
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/org60/keymaps/default/keymap.c
  2. +0
    -0
      keyboards/org60/keymaps/default/readme.md

keyboards/org60/keymaps/base/keymap.c → keyboards/org60/keymaps/default/keymap.c View File

@ -1,4 +1,4 @@
#include "xd60.h"
#include "org60.h"
#include "action_layer.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
@ -43,4 +43,4 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
// Loop
void matrix_scan_user(void) {
// Empty
};
};

keyboards/org60/keymaps/base/readme.md → keyboards/org60/keymaps/default/readme.md View File


Loading…
Cancel
Save