diff options
| author | Arda Kılıçdağı <ardakilicdagi@gmail.com> | 2022-02-09 22:47:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-09 19:47:53 +0000 |
| commit | de4f2bf1ff6ed410b93b20246169d0aec0ea16ee (patch) | |
| tree | e9573dbef10c8f477b09c92218a0e03dc24d0648 /keyboards | |
| parent | c49438feec9fb6be368d6377ca05d0c86d310d4f (diff) | |
| download | qmk_firmware-de4f2bf1ff6ed410b93b20246169d0aec0ea16ee.tar.gz qmk_firmware-de4f2bf1ff6ed410b93b20246169d0aec0ea16ee.zip | |
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
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/crkbd/keymaps/ardakilic/config.h | 5 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/ardakilic/keymap.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/ardakilic/config.h b/keyboards/crkbd/keymaps/ardakilic/config.h index 78602b22a..7a3bb76b3 100644 --- a/keyboards/crkbd/keymaps/ardakilic/config.h +++ b/keyboards/crkbd/keymaps/ardakilic/config.h | |||
| @@ -24,6 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | /* Select hand configuration */ | 24 | /* Select hand configuration */ |
| 25 | 25 | ||
| 26 | #define MASTER_LEFT | 26 | #define MASTER_LEFT |
| 27 | |||
| 28 | #define SPLIT_WPM_ENABLE | ||
| 29 | |||
| 27 | // #define MASTER_RIGHT | 30 | // #define MASTER_RIGHT |
| 28 | // #define EE_HANDS | 31 | // #define EE_HANDS |
| 29 | 32 | ||
| @@ -54,4 +57,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | 57 | ||
| 55 | #define NO_ACTION_ONESHOT | 58 | #define NO_ACTION_ONESHOT |
| 56 | // Size optimisations END | 59 | // Size optimisations END |
| 57 | */ \ No newline at end of file | 60 | */ |
diff --git a/keyboards/crkbd/keymaps/ardakilic/keymap.c b/keyboards/crkbd/keymaps/ardakilic/keymap.c index 758cdbab6..a611c5922 100644 --- a/keyboards/crkbd/keymaps/ardakilic/keymap.c +++ b/keyboards/crkbd/keymaps/ardakilic/keymap.c | |||
| @@ -249,7 +249,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 249 | }; | 249 | }; |
| 250 | 250 | ||
| 251 | 251 | ||
| 252 | #ifdef OLED_DRIVER_ENABLE | 252 | #ifdef OLED_ENABLE |
| 253 | // #include <stdio.h> | 253 | // #include <stdio.h> |
| 254 | 254 | ||
| 255 | // bongo cat | 255 | // bongo cat |
