Add Gergoplex keymap for tgrosinger (#15148)

* Add Gergoplex keymap for tgrosinger

* Add improved shortcuts for PopOS

* Add license
This commit is contained in:
Tony Grosinger
2022-03-09 13:47:57 -08:00
committed by GitHub
parent dc67fd9b87
commit db16271a72
5 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#----------------------------------------------------------------------------
# make gboards/gergoplex:default:flash
# Make sure you have dfu-programmer installed!
#----------------------------------------------------------------------------
#Debug options
VERBOSE = no
DEBUG_MATRIX_SCAN_RATE = no
DEBUG_MATRIX = no
CONSOLE_ENABLE = no
#Combos!
VPATH += keyboards/gboards/
ifeq ($(strip $(DEBUG_MATRIX)), yes)
OPT_DEFS += -DDEBUG_MATRIX
endif