fix half config at home
This commit is contained in:
parent
789b351293
commit
834efbc6c6
|
@ -1,21 +1,17 @@
|
||||||
/*
|
/* Copyright 2022 Christoph Cullmann
|
||||||
This is the c configuration file for the keymap
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
Copyright 2012 Jun Wako <wakojun@gmail.com>
|
* it under the terms of the GNU General Public License as published by
|
||||||
Copyright 2015 Jack Humbert
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
This program is free software: you can redistribute it and/or modify
|
*
|
||||||
it under the terms of the GNU General Public License as published by
|
* This program is distributed in the hope that it will be useful,
|
||||||
the Free Software Foundation, either version 2 of the License, or
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
(at your option) any later version.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
This program is distributed in the hope that it will be useful,
|
*
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* You should have received a copy of the GNU General Public License
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -23,11 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
|
||||||
|
|
||||||
/* Select hand configuration */
|
// select hand configuration
|
||||||
|
#define SPLIT_USB_DETECT
|
||||||
#define MASTER_LEFT
|
|
||||||
// #define MASTER_RIGHT
|
|
||||||
// #define EE_HANDS
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// underglow configuration
|
// underglow configuration
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/* Copyright 2022 Christoph Cullmann
|
||||||
Copyright 2019 @foostan
|
*
|
||||||
Copyright 2020 Drashna Jaelre <@drashna>
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
This program is free software: you can redistribute it and/or modify
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
it under the terms of the GNU General Public License as published by
|
* (at your option) any later version.
|
||||||
the Free Software Foundation, either version 2 of the License, or
|
*
|
||||||
(at your option) any later version.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
This program is distributed in the hope that it will be useful,
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* GNU General Public License for more details.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
|
|
|
@ -3,4 +3,5 @@ include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
|
||||||
|
|
||||||
# build
|
# build
|
||||||
# qmk compile -kb crkbd -km christoph-cullmann
|
# qmk compile -kb crkbd -km christoph-cullmann
|
||||||
# qmk flash -kb crkbd -km christoph-cullmann
|
# qmk flash -kb crkbd -km christoph-cullmann -bl avrdude-split-left
|
||||||
|
# qmk flash -kb crkbd -km christoph-cullmann -bl avrdude-split-right
|
||||||
|
|
Loading…
Reference in a new issue