From e1337cc9280f73088e09aa1c2dc840dddbe58184 Mon Sep 17 00:00:00 2001 From: Thomas Haukland Date: Sun, 25 Sep 2022 20:33:42 +0200 Subject: [PATCH] CAPS WORD for zompi --- keyboards/vonreg/config.h | 7 ++++--- keyboards/vonreg/keymaps/tompi/keymap.json | 4 ++-- keyboards/vonreg/rules.mk | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/keyboards/vonreg/config.h b/keyboards/vonreg/config.h index 8a33115e30..269dcce0a1 100644 --- a/keyboards/vonreg/config.h +++ b/keyboards/vonreg/config.h @@ -20,7 +20,7 @@ //#define SERIAL_USART_TX_PIN B6 // USART TX pin //#define SERIAL_USART_RX_PIN B7 // USART RX pin -#define EE_HANDS +//#define EE_HANDS #define SOFT_SERIAL_PIN B14 // D0 or D1, D2, D3, E6 #define SELECT_SOFT_SERIAL_SPEED 2 // or 0, 2, 3, 4, 5 @@ -31,7 +31,8 @@ // 4: about 26kbps // 5: about 20kbps - + #define CRC8_USE_TABLE + #define CRC8_OPTIMIZE_SPEED /* Top left key on left half */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 0 @@ -40,6 +41,6 @@ #define BOOTMAGIC_LITE_COLUMN_RIGHT 4 #define DEVICE_VER 0x0001 -#define AUDIO_PIN A1 +//#define AUDIO_PIN A1 //#define AUDIO_PWM_DRIVER PWMD1 //#define AUDIO_PWM_CHANNEL 1 diff --git a/keyboards/vonreg/keymaps/tompi/keymap.json b/keyboards/vonreg/keymaps/tompi/keymap.json index 97cb8fabc2..ecfa74f66c 100644 --- a/keyboards/vonreg/keymaps/tompi/keymap.json +++ b/keyboards/vonreg/keymaps/tompi/keymap.json @@ -2,7 +2,7 @@ "version": 1, "notes": "My awesome keymap", "documentation": "\"This file is a QMK Configurator export. You can import this at . It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: \n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n", - "keyboard": "bastardkb/skeletyl", + "keyboard": "bastardkb/skeletyl/blackpill", "keymap": "default", "layout": "LAYOUT_split_3x5_3", "layers": [ @@ -23,7 +23,7 @@ "LSFT_T(KC_T)", "KC_G", "KC_M", - "LSFT_T(KC_N)", + "RSFT_T(KC_N)", "LCTL_T(KC_E)", "LALT_T(KC_I)", "LGUI_T(KC_O)", diff --git a/keyboards/vonreg/rules.mk b/keyboards/vonreg/rules.mk index 8534a0312b..9d9a6334fe 100644 --- a/keyboards/vonreg/rules.mk +++ b/keyboards/vonreg/rules.mk @@ -2,8 +2,8 @@ BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite SPLIT_KEYBOARD = yes SERIAL_DRIVER = bitbang -AUDIO_ENABLE = yes -AUDIO_DRIVER = pwm_software +#AUDIO_ENABLE = yes +#AUDIO_DRIVER = pwm_software # Bootloader selection BOOTLOADER = stm32-dfu @@ -11,3 +11,4 @@ BOOTLOADER = stm32-dfu CONSOLE_ENABLE = yes DEBOUNCE_TYPE = asym_eager_defer_pk +CAPS_WORD_ENABLE = yes