aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/k_type/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* K-Type refactor (#9864)Ryan2020-08-296-32/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * K-Type refactor * Declare QMK in product name again * Hopefully fix matrix scanning * Maybe this time * Partial (literally) RGB Matrix support * Put RGB_MATRIX_ENABLE into rgb keymap for now * Add ifdefs for RGB config * Set layer 1 to actually be layer 1... * Update keyboards/k_type/readme.md * Put all RGB config in keymap for now * Set SDB high? * Before `rgb_matrix_init()` would be best * User level, not keyboard * Combating dropped keys * Nope * Readme for RGB keymap * Remove custom matrix
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-091-11/+1
|
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-1/+1
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-2/+0
|
* Remove empty fn_actions[]fauxpark2019-01-112-8/+0
|
* k_type: add belak keymapKaleb Elwert2017-12-191-0/+37
|
* Initial K-Type support (#1963)Kaleb Elwert2017-12-141-0/+25
* Initial K-Type support * Copy PJRC_TEENSY_3_1 to work around watchdog issues * K-Type: Remove bootloader offset in rules.mk * Ensure matrix and scan quantum functions are called when needed This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4