Browse Source

Further update to #13745 on Crkbd keymap (#16284)

* Further update to #13745

Hello, 

This is further update to #13745 , somehow my commit did not get merged 

https://github.com/qmk/qmk_firmware/pull/13745#discussion_r802603490

* Update config.h
pull/16321/head
Arda Kılıçdağı 2 years ago
committed by GitHub
parent
commit
de4f2bf1ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions
  1. +4
    -1
      keyboards/crkbd/keymaps/ardakilic/config.h
  2. +1
    -1
      keyboards/crkbd/keymaps/ardakilic/keymap.c

+ 4
- 1
keyboards/crkbd/keymaps/ardakilic/config.h View File

@ -24,6 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
#define SPLIT_WPM_ENABLE
// #define MASTER_RIGHT
// #define EE_HANDS
@ -54,4 +57,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define NO_ACTION_ONESHOT
// Size optimisations END
*/
*/

+ 1
- 1
keyboards/crkbd/keymaps/ardakilic/keymap.c View File

@ -249,7 +249,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
#ifdef OLED_DRIVER_ENABLE
#ifdef OLED_ENABLE
// #include <stdio.h>
// bongo cat


Loading…
Cancel
Save