Forgot to update default keymap

- they had the wrong oled driver in there
- Added copyright stuff back
This commit is contained in:
Victor 2024-05-13 22:11:04 -05:00
parent c86deba845
commit 873c2bf735
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
13 changed files with 111 additions and 90 deletions

View file

@ -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

View file

@ -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
// ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐

View file

@ -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