Co-authored-by: Nick Brassel <nick@tzarc.org>
@@ -5,5 +5,3 @@
/* Solenoid pin */
#define SOLENOID_PIN A7
-
-#define DYNAMIC_KEYMAP_LAYER_COUNT 2
@@ -15,6 +15,9 @@
"build": {
"lto": true
},
+ "dynamic_keymap": {
+ "layer_count": 3
+ },
"encoder": {
"rotary": [{ "pin_a": "C4", "pin_b": "C3" }]
@@ -17,11 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
@@ -21,6 +21,3 @@
-/* EEPROM for via */
-#define DYNAMIC_KEYMAP_LAYER_COUNT 3
@@ -58,5 +58,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
@@ -10,6 +10,9 @@
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"community_layouts": ["tkl_ansi"],
"layouts": {
"LAYOUT": {
@@ -20,5 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 18
-#define DYNAMIC_KEYMAP_LAYER_COUNT 3 // not enough memory for a 4th layer with VIA
@@ -1,6 +1,9 @@
{
"keyboard_name": "Majestouch TKL \\\\w The Pegasus Hoof 2013",
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "C6",
"scroll_lock": "C5",
"keyboard_name": "Majestouch TKL The Pegasus Hoof 2015",
@@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/*
* Feature disable options
* These options are also useful to firmware size reduction.
@@ -20,6 +20,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
@@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -26,9 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_SPI_SCK_PAL_MODE 0
#define WS2812_SPI_SCK_PIN B13
@@ -36,5 +36,3 @@
@@ -13,6 +13,9 @@
"rows": ["D1", "D0", "D3", "D2", "D6", "D4", "D7", "B4", "B5", "B6", "C6", "C7"]
"caps_lock": "D5",
"num_lock": "B7",
@@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"rows": ["D3", "F5", "F4", "F0", "B7", "B2", "E6", "B0"]
"diode_direction": "ROW2COL",
"caps_lock": "F7",
"scroll_lock": "F6",
@@ -52,5 +52,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"bootmagic": {
"matrix": [0, 5]
"qmk_lufa_bootloader": {
"esc_output": "D6",
"esc_input": "D7",
"levels": 5,
"breathing": true
"esc_input": "F0",
"esc_output": "E6",
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-/* Maximum dynamic keymap layers (constrained by EEPROM space) */
#define MATRIX_COLS 16
@@ -8,6 +8,9 @@
"pid": "0x980C",
"device_version": "1.0.0"
"caps_lock": "B5",
"num_lock": "B4",
@@ -24,5 +24,3 @@
@@ -33,6 +33,9 @@
"rows": ["A4", "B10", "B2", "B1", "B0", "B15", "B13", "B14", "B12", "A10", "A9", "A8"]
"rotary": [
{"pin_a": "B3", "pin_b": "B5"},
@@ -22,6 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-/* reduce EEPROM usage */
#define LAYER_STATE_8BIT
"rows": ["D5", "C1", "C4", "D0", "C3", "C2", "B3", "B4"]
"caps_lock": "B1",
"num_lock": "B2",
@@ -75,4 +75,3 @@
#define RGB_MATRIX_LED_COUNT 108
#define DRIVER_INDICATOR_LED_TOTAL 0
#endif
#define RGB_MATRIX_LED_COUNT 109
@@ -27,4 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
@@ -7,6 +7,9 @@
"processor": "atmega32u4",
"features": {
"rgblight": true,
"backlight": true
-/* Reducing layer count to 3 for via support */
@@ -17,6 +17,9 @@
"caps_lock": "B0",
"num_lock": "D1"
@@ -18,6 +18,9 @@
"pin": "D6",
"levels": 6
"caps_lock": "B7",
"num_lock": "C6"
@@ -24,6 +24,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9
@@ -11,6 +11,9 @@
"backlight": {
"pin": "D4"
"rgblight": {
"led_count": 18,
"sleep": true,
@@ -14,9 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-/* Use 3 dynamic keymap layers */
/* i2C Config */
#define I2C_DRIVER I2CD1
#define I2C1_SCL_PIN B6
@@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-#define DYNAMIC_KEYMAP_LAYER_COUNT 2 //Reduced layer count due to memory space considerations
"pin": "B7",
"caps_lock": "F0",
"num_lock": "F1"
@@ -28,5 +28,3 @@
@@ -12,6 +12,9 @@
"led_count": 4
@@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Mouse Keys Combined mode */
//#define MK_COMBINED
-/* Layer Count */