You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/ergodox_infinity/keymaps/dudeofawesome/config.h

12 lines
156 B

layout(infinity ergodox): update dudeofawesome's layout (#2506) * ๐ŸŽ‰ Building simple flasher * ๐ŸŽ‰ Flashing works * ๐ŸŽจ Cleaning up * ๐Ÿ› Being more specific with board identity * ๐Ÿ› Flashing correct keymap * ๐ŸŽ‰ Adding keymap * โœจ Updating keymap * ๐Ÿšจ RGB * โช Revert "๐Ÿšจ RGB" This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. * โœจ Improvements to flasher * โœจ Layout tweaks * ๐Ÿ’„ Messing around with LCD * ๐Ÿ’„ Enabling LCD backlight matching * ๐Ÿ”ง Updating layout * ๐Ÿ› Fixing console logging * ๐ŸŽจ Cleaning up indentation * ๐Ÿ”ง Adding editorconfig * โœจ Adding game layer * ๐Ÿ’„ Changing numpad layout * โœจ๐Ÿ”ฅ redoing entire layout It's now more similar to the Planck default layout * โœจ add workman and dvorak layouts * ๐Ÿ› fix numpad * ๐Ÿ› fix layer orders * ๐Ÿ› fix layer toggling * ๐Ÿ› fix tri-layer switching * ๐Ÿ› fix LCD colors for adjustment layers * ๐Ÿ”ฅ remove old flasher project * ๐Ÿ”ฅ remove simple_visualizer * ๐Ÿ’„ update LCD colors * ๐Ÿ“ fix layout comments * ๐Ÿ’„ swapping 2u buttons * ๐Ÿ”ฅ๐Ÿ”ง removing editorconfig * ๐Ÿšจ using 2 spaces * ๐Ÿ“ add README * โช Revert "๐Ÿ’„ Enabling LCD backlight matching" This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e. * โช Revert "๐Ÿ’„ Messing around with LCD" This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5. * ๐Ÿ› fix thumb inconsistency in QWERTY * ๐Ÿ› fix media keys * โœจ add F# shortcuts to vertical 1.5u buttons * โœจ hold enter for RShift * โœจ hold for numpad * ๐ŸŽจ remove unnecessary breaks * ๐ŸŽจ reoganizing layers * โœจ add Colmak layer * ๐Ÿšง๐Ÿ”ง add basic config * โœจ use more standard numpad layout * ๐Ÿ’„ change layer orders * โœจ add caps lock on adjust layer * ๐Ÿ”ฅ disable space cadet * ๐Ÿ“ update README * ๐Ÿ”จ use userspace config * ๐ŸŽจ clean up a bit * ๐Ÿ› undefine tapping toggle from base config * ๐Ÿ”จ rename LED functions
6 years ago
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#undef TAPPING_TOGGLE
#include "../../config.h"
#include "dudeofawesome.h"
#include "./visualizer.h"
#endif