Forgot to update default keymap
- they had the wrong oled driver in there - Added copyright stuff back
This commit is contained in:
parent
c86deba845
commit
873c2bf735
13 changed files with 111 additions and 90 deletions
|
|
@ -11,11 +11,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// Prevent normal rollover on alphas from accidentally triggering mods.
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
||||
#define TAPPING_FORCE_HOLD
|
||||
|
||||
// Auto Shift
|
||||
#define NO_AUTO_SHIFT_ALPHA
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "klor.h"
|
||||
#ifdef HAPTIC_ENABLE
|
||||
#include "drivers/haptic/DRV2605L.h"
|
||||
#endif //HAPTIC ENABLE
|
||||
//#ifdef HAPTIC_ENABLE
|
||||
//#include "drivers/haptic/DRV2605L.h"
|
||||
//#endif //HAPTIC ENABLE
|
||||
|
||||
|
||||
// ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
AUDIO_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
DYNAMIC_MACRO_ENABLE = no
|
||||
COMBO_ENABLE = no
|
||||
|
|
@ -13,4 +8,4 @@ KEY_OVERRIDE_ENABLE = no
|
|||
HAPTIC_ENABLE = no
|
||||
|
||||
#PER KEY RGB
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = no
|
||||
Loading…
Add table
Add a link
Reference in a new issue