summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorKosuke Adachi <ks@fstn.jp>2020-11-17 14:18:45 +0900
committerGitHub <noreply@github.com>2020-11-16 21:18:45 -0800
commit503b76253891a9820ad2d21a89617654dc4414fb (patch)
treedd5e29cb2584a86486e9c779ccb6f125771365fa /layouts
parent88c09aa89232ad9581f5e2313f377443ee6dd0dc (diff)
Refactor the crkbd/via keymap and fix OLED bugs (#10354)
* Refactor the crkbd/via keymap and fix OLED bugs * Revert "Refactor the crkbd/via keymap and fix OLED bugs" This reverts commit dc9db029fc6b077fc7600b49e920b755c522d100. * Fix OLED display bugs * Remove unused functions * Remove uncessary the key logger * Add new lines at end of file * Remove unnecesary extern for is_master * Remove extern is_master from rev1.h * Remove ssd1306 from common dir because its the legacy lib * Update default keymap based the via keymap * Remove foostan keymap because it will be legacy * Revert Remove unnecesary extern for is_master * Remove unnecessary backslashes.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/split_3x6_3/drashna/keymap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/community/split_3x6_3/drashna/keymap.c b/layouts/community/split_3x6_3/drashna/keymap.c
index 30e3958feb..e53d053973 100644
--- a/layouts/community/split_3x6_3/drashna/keymap.c
+++ b/layouts/community/split_3x6_3/drashna/keymap.c
@@ -16,8 +16,6 @@
#include "drashna.h"
-extern uint8_t is_master;
-
#ifdef RGBLIGHT_ENABLE
// Following line allows macro to read current RGB settings
extern rgblight_config_t rgblight_config;