[Keyboard] Update Iris Rev 3 QMK-DFU settings (#6050)
* Set the correct pinout for Iris Rev 3 QMK-DFU
* Set bootloader to QMK-DFU
[Keyboard] Add support for KBDPAD MKII (#6034)
* Build some testing keymaps
* Match naming convention to 8x
* Add configurator json
* Forgot to build the readme
* Apply suggestions from code review
Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kbdfans/kbdpad_mk2/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Parameterise STM32 I2C pin modes and timing parameters. (#5671)
I2C timing parameters were seemingly set up for an STM32F303 target MCU, at a specific clock speed. This commit allows specifying the timing parameters via config.h, allowing other STM32 MCUs to be targeted, potentially at different clock frequencies.
Alternate function modes for the I2C pins are now also configurable, allowing for remapping to other pins.
[Keymap] Xulkal user changes (#6044)
* Xulkal user changes
Xulkal user changes
* Reduce code duplication
* Massive user code refactor
[Keyboard] Initial firmware and keymaps for the CO60 PCB (#5959)
* Add: Initial firmware and keymaps for the CO60 PCB
* Apply suggestions from code review
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update: Address reviewer comments
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update: Reviewer changes
[Keymap] "Cadet-style" keymap + improved LAYOUT macro for melody96 (#5985)
* [melody96] "Cadet-style" keymap for melody96; LAYOUT macro for hotswap keyboard.
* Rename macro.
* Fix layer types.
[Keyboard] Add new keyboard BusinessCard (#6015)
* add Business Card
* remove helix code
* Change rgblight use noeeprom
* remove include
* Update keyboards/business_card
* Forgetting to erase
[Keyboard] Add support for Soyuz numpad (#6030)
* Generate project, fill in the details
* Repair json
* Separate keymaps to numpad and all-1U
* Apply suggestions from code review
Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Add additional pins for Teensy 3.x and LC
[Keymap] fixed location of del on fn layer (#6040)
[Keymap] add 2 custom leds to handwired/jotanck (#6042)
* add JOTANCK_LED1&2
* set BACKLIGHT_ENABLE = no
* add 2 custom leds
* swap custom led pins 1&2
* readme update
* update default keymap
[Keymap] jotix's ortho4x12 layout (#6045)
* jotix ortho 4x12 layout tweaking
* tapping toggle -> 2
* leds on/of on layer states
* add JOTANCK_LED1&2
* set custom leds on layers
* bug fix
* bug fix
* rearrange layers
* leds on layers bug fixed
* leds working
Initial attempt to fix docker creating files as root
[Keyboard] Remove relative location of i2c master/slave as it causes the build to write to a folder outside of qmk_firmware (#6039)
[Keyboard] YMD96 refactor (#5472)
* Remove JJ50 data from YMD96
JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't.
* Update ymd96.h
- use #pragma once include guard
- remove redundant file includes
* Update LAYOUT_iso macro to K<row><col> notation
* Update LAYOUT_custom macro to K<row><col> notation
* Update LAYOUT_default macro to K<row><col> notation
* Refactor default keymap
* Rename readme file to lowercase
* Rename layers enum and default layer
- renamed layers enum to layer_names
- proposed by fauxpark in Issue 5977, and I like the idea
- https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338
- renamed the base layer to _DEFAULT
- I think it looks nicer.
Update reference_configurator_support.md
We no longer auto generate bootloader into info.json through the website therefore this can be removed
Use qmk docker image for travis CI builds
[Keyboard] Remove file with same name and different case (#6028)