diff options
author | Kosuke Adachi <ks@fstn.jp> | 2020-11-17 14:18:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 21:18:45 -0800 |
commit | 503b76253891a9820ad2d21a89617654dc4414fb (patch) | |
tree | dd5e29cb2584a86486e9c779ccb6f125771365fa /keyboards/crkbd/rev1/common/common.c | |
parent | 88c09aa89232ad9581f5e2313f377443ee6dd0dc (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 'keyboards/crkbd/rev1/common/common.c')
-rw-r--r-- | keyboards/crkbd/rev1/common/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/crkbd/rev1/common/common.c b/keyboards/crkbd/rev1/common/common.c index 5ea7347de8..ddc0b5fe91 100644 --- a/keyboards/crkbd/rev1/common/common.c +++ b/keyboards/crkbd/rev1/common/common.c @@ -17,5 +17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "common.h" - -uint8_t is_master; |