Skip to content

Instantly share code, notes, and snippets.

View MatsLanGoH's full-sized avatar
🌳
Picking up #elm and #elixir

Matthias MatsLanGoH

🌳
Picking up #elm and #elixir
View GitHub Profile
@MatsLanGoH
MatsLanGoH / Makefile
Created June 22, 2017 13:06
Create a custom folder in qmk_firmware/keyboards/planck/keymaps/YOUR_KEYMAP or modify the files in the "brandon" folder
# Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
@MatsLanGoH
MatsLanGoH / keymap.c
Created August 4, 2017 13:38
Let's Split current keymap
#include "lets_split.h"
#include "action_layer.h"
#include "eeconfig.h"
extern keymap_config_t keymap_config;
// Each layer gets a name for readability, which is then used in the keymap matrix below.
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.