aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc/tkc1800/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkc/tkc1800/keymaps')
-rw-r--r--keyboards/tkc/tkc1800/keymaps/default/keymap.c6
-rw-r--r--keyboards/tkc/tkc1800/keymaps/smt/keymap.c4
-rw-r--r--keyboards/tkc/tkc1800/keymaps/via/keymap.c4
-rw-r--r--keyboards/tkc/tkc1800/keymaps/wkl/keymap.c6
-rw-r--r--keyboards/tkc/tkc1800/keymaps/yanfali/keymap.c6
-rw-r--r--keyboards/tkc/tkc1800/keymaps/yanfali/rules.mk2
6 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/tkc/tkc1800/keymaps/default/keymap.c b/keyboards/tkc/tkc1800/keymaps/default/keymap.c
index 4f4c7f8e9..762d5c4ed 100644
--- a/keyboards/tkc/tkc1800/keymaps/default/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/default/keymap.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include QMK_KEYBOARD_H 17#include QMK_KEYBOARD_H
18 18
19//Layers 19//Layers
@@ -79,7 +79,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
79}; 79};
80 80
81 81
82#ifdef OLED_DRIVER_ENABLE 82#ifdef OLED_ENABLE
83void oled_task_user(void) { 83void oled_task_user(void) {
84 oled_write_P(PSTR("TKC1800\n"),false); 84 oled_write_P(PSTR("TKC1800\n"),false);
85 // Host Keyboard Layer Status 85 // Host Keyboard Layer Status
@@ -103,4 +103,4 @@ void oled_task_user(void) {
103 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 103 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
104 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 104 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
105} 105}
106#endif \ No newline at end of file 106#endif
diff --git a/keyboards/tkc/tkc1800/keymaps/smt/keymap.c b/keyboards/tkc/tkc1800/keymaps/smt/keymap.c
index 9b6ad80d3..dd552cee8 100644
--- a/keyboards/tkc/tkc1800/keymaps/smt/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/smt/keymap.c
@@ -144,7 +144,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
144 return true; 144 return true;
145} 145}
146 146
147#ifdef OLED_DRIVER_ENABLE 147#ifdef OLED_ENABLE
148void oled_task_user(void) { 148void oled_task_user(void) {
149 oled_write_P(PSTR("TKC1800\n"),false); 149 oled_write_P(PSTR("TKC1800\n"),false);
150 // Host Keyboard Layer Status 150 // Host Keyboard Layer Status
@@ -174,4 +174,4 @@ void oled_task_user(void) {
174 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 174 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
175 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 175 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
176} 176}
177#endif \ No newline at end of file 177#endif
diff --git a/keyboards/tkc/tkc1800/keymaps/via/keymap.c b/keyboards/tkc/tkc1800/keymaps/via/keymap.c
index 55c2874c6..d05a1d420 100644
--- a/keyboards/tkc/tkc1800/keymaps/via/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/via/keymap.c
@@ -97,7 +97,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
97 ), 97 ),
98}; 98};
99 99
100#ifdef OLED_DRIVER_ENABLE 100#ifdef OLED_ENABLE
101void oled_task_user(void) { 101void oled_task_user(void) {
102 oled_write_P(PSTR("TKC1800\n"),false); 102 oled_write_P(PSTR("TKC1800\n"),false);
103 // Host Keyboard Layer Status 103 // Host Keyboard Layer Status
@@ -127,4 +127,4 @@ void oled_task_user(void) {
127 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 127 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
128 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 128 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
129} 129}
130#endif \ No newline at end of file 130#endif
diff --git a/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c b/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
index 3c65b61d1..da8e8b932 100644
--- a/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/wkl/keymap.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include QMK_KEYBOARD_H 17#include QMK_KEYBOARD_H
18 18
19//Layers 19//Layers
@@ -61,7 +61,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
61 ), 61 ),
62}; 62};
63 63
64#ifdef OLED_DRIVER_ENABLE 64#ifdef OLED_ENABLE
65void oled_task_user(void) { 65void oled_task_user(void) {
66 oled_write_P(PSTR("TKC1800\n"),false); 66 oled_write_P(PSTR("TKC1800\n"),false);
67 // Host Keyboard Layer Status 67 // Host Keyboard Layer Status
@@ -85,4 +85,4 @@ void oled_task_user(void) {
85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
87} 87}
88#endif \ No newline at end of file 88#endif
diff --git a/keyboards/tkc/tkc1800/keymaps/yanfali/keymap.c b/keyboards/tkc/tkc1800/keymaps/yanfali/keymap.c
index bbffc2d20..cee80a48c 100644
--- a/keyboards/tkc/tkc1800/keymaps/yanfali/keymap.c
+++ b/keyboards/tkc/tkc1800/keymaps/yanfali/keymap.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include QMK_KEYBOARD_H 17#include QMK_KEYBOARD_H
18 18
19//Layers 19//Layers
@@ -61,7 +61,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
61 ), 61 ),
62}; 62};
63 63
64#ifdef OLED_DRIVER_ENABLE 64#ifdef OLED_ENABLE
65void oled_task_user(void) { 65void oled_task_user(void) {
66 oled_write_P(PSTR("TKC1800\n"),false); 66 oled_write_P(PSTR("TKC1800\n"),false);
67 // Host Keyboard Layer Status 67 // Host Keyboard Layer Status
@@ -85,4 +85,4 @@ void oled_task_user(void) {
85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); 85 oled_write_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false);
86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); 86 oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false);
87} 87}
88#endif \ No newline at end of file 88#endif
diff --git a/keyboards/tkc/tkc1800/keymaps/yanfali/rules.mk b/keyboards/tkc/tkc1800/keymaps/yanfali/rules.mk
index b595964f7..517f469b6 100644
--- a/keyboards/tkc/tkc1800/keymaps/yanfali/rules.mk
+++ b/keyboards/tkc/tkc1800/keymaps/yanfali/rules.mk
@@ -1 +1 @@
OLED_DRIVER_ENABLE = no OLED_ENABLE = no