Skip to content

Commit

Permalink
fix: revert changes to upstream ekow/akira files (qmk#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor authored Apr 30, 2023
1 parent 091a2c8 commit 0f55483
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
16 changes: 16 additions & 0 deletions keyboards/ekow/akira/akira.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* Copyright 2022 eugenepy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "akira.h"
3 changes: 0 additions & 3 deletions keyboards/ekow/akira/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS \
{ B12, B13, B14, B15, A8, A9, A10, A15, B3, B4, B5, B6, B7, B8, B9 }

// Reset to QMK default for STM32042x6. Vial default is currently 8 pages.
#define FEE_PAGE_COUNT 2

/*
* Keyboard Matrix Assignments
*
Expand Down
1 change: 0 additions & 1 deletion keyboards/ekow/akira/keymaps/vial/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */

#pragma once

#define DYNAMIC_KEYMAP_LAYER_COUNT 1
#define VIAL_KEYBOARD_UID {0xD6, 0xF4, 0x6F, 0x56, 0x82, 0xE8, 0x06, 0x7B}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0}
Expand Down
1 change: 1 addition & 0 deletions keyboards/ekow/akira/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ VIAL_ENABLE = yes
LTO_ENABLE = yes
QMK_SETTINGS = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
9 changes: 9 additions & 0 deletions keyboards/ekow/akira/post_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright 2023 The Vial-KB Community (@vial-kb)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

// Reset to QMK default for STM32042x6. Vial default is currently 8 pages.
#if FEE_PAGE_COUNT != 2
# define FEE_PAGE_COUNT 2
#endif
5 changes: 5 additions & 0 deletions keyboards/ekow/akira/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

0 comments on commit 0f55483

Please sign in to comment.